Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

attachment sending code opens what???

Status
Not open for further replies.

Inandjo

Programmer
Dec 7, 2001
46
FR
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=&quot;me&quot; ENCTYPE=&quot;multipart/form-data&quot; method=&quot;POST&quot; action=&quot;&quot;>
<input type=&quot;file&quot; name=&quot;meAgain&quot;>
</form>

Does anybody have an idea??
 
That seems like a minor problem, because presumably you'll have
to browse through your local directories to find the attachment
anyway, and the attachment's directory could be different each time.
But your machine is just 'remembering' the last folder browsed for
an attachment, right?
Maybe, somewhere in your browser preferences, a default directory,
for file uploads, can be chosen, if that directory is the one you'll always be accessing.
Also, this doesn't sound like a javascript question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top