how select default folder in file upload control in asp.net
how select default folder in file upload control in asp.net
i found a problem with asp.net file load control is that we don't have option to set a default folder while file browser opened .
In order to archive these i found some other alternatives where we can get more options while uploading the file like multiple uploads,drag and drop files to upload etc
one is silk upload is best option which having many functionality related to file uploading
here you can fine the links
http://slickupload.com/demos
we can do this by flash also check bellow link
http://www.codeproject.com/Articles/15742/Multiple-File-Upload-With-Progress-Bar-Using-Flash
See demo Bellow
i found a problem with asp.net file load control is that we don't have option to set a default folder while file browser opened .
In order to archive these i found some other alternatives where we can get more options while uploading the file like multiple uploads,drag and drop files to upload etc
one is silk upload is best option which having many functionality related to file uploading
here you can fine the links
http://slickupload.com/demos
we can do this by flash also check bellow link
http://www.codeproject.com/Articles/15742/Multiple-File-Upload-With-Progress-Bar-Using-Flash
See demo Bellow
Hope this will helps you