Upload field's browse button InitialDirectory

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
raymondfung
User
Posts: 14

Upload field's browse button InitialDirectory

Post by raymondfung »

How can I set the initial directory for the browse button of a upload field?


Webmaster
User
Posts: 9430

Post by Webmaster »

The default upload folder is defined in ASP.NET -> General Options -> File Upload -> Upload Folder.

You can also define field specific upload folder at Edit Tag -> Upload folder.


raymondfung
User
Posts: 14

Post by raymondfung »

I'm not talking about where the uploaded file store location. I was meant the browse dialog initial directory, my user would like to store the default location (which every record may different), then when the browse dialog popup, the dialog is opening the stored default location, it could save a lot of time when the user need to browse to the desire folder to select the files for upload.


Webmaster
User
Posts: 9430

Post by Webmaster »

The file upload uses HTML5 file input for file upload. Google for "HTML5 input file default directory" to see if you can set a default upload directory.


Post Reply