Reputation: 5306
Currently my asp:FileUpload control trys to open a nonexisting folder that was once on my desktop (using Microsoft Edge).
Using Internet Explorer, the browse button for the asp:UpLoad control just opens the DeskTop folder.
So...some brower setting is pointing the upload folders. How can I set the upload directory to something else?
Upvotes: 1
Views: 571
Reputation: 194
I don't think you can set the location. How about trying to clear the cache for Microsoft Edge and see if browse location get reset?
Upvotes: 2