hi ,
i have some code that is being used to open attachment and send them.
I need to know which default folder this piece of code opens, because sometimes it would open myDocuments, some other time it would open the desktop!
<form name="me" ENCTYPE="multipart/form-data" method="POST" action="">
<input type="file" name="meAgain">
</form>
Does anybody have an idea??
i have some code that is being used to open attachment and send them.
I need to know which default folder this piece of code opens, because sometimes it would open myDocuments, some other time it would open the desktop!
<form name="me" ENCTYPE="multipart/form-data" method="POST" action="">
<input type="file" name="meAgain">
</form>
Does anybody have an idea??