Reputation: 8856
I want to browse a specific folder which is on another server (other than on which our application is deployed) Through file upload control in asp.net (C#).
I'll need to make a restriction on file upload
control, that it should take every user(student) to his own profile folder. Is there any possibility or a way to get that done.
I have googled a lot, but could not get solution.
Upvotes: 0
Views: 651
Reputation: 1904
Generaly no you can't do that. although some browser might use the value in the attribute Value. But then again you have to know the path to their profile. So the answer is no.
Upvotes: 1