asp.net - Ask in a web form for the path of a file accessed from a user's computer -
In a web form (ASPX) I want to ask the user the path of the file that should be used for one Of our team
At first it was a simple text box but many people sent us the wrong way (copy / paste seemed very difficult for them).
So I tried to use an input file to make sure that the path exists but it was seen that the file has been sent with the form. Files may lose hundreds of MB, which was not acceptable.
Then I used to find a way with junkery to use an input file to send it without any files: it works fine on IE but translate the path into Chrome "False Path" I understand I am sure it is for security reasons.
So I'm looking for a solution again, working on all browsers, to write a wrong path to the user without any file path (with specific detail).
I hope someone will have a great idea that I am unable to find: -).
To ensure the path point in a valid file, some kilobytes of file data from the stream rather than the entire file About receiving
Comments
Post a Comment