Chris Catignani
Chris Catignani

Reputation: 5306

How do I set the upload folder for asp: FileUpload control?

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

Answers (1)

j.f.
j.f.

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

Related Questions