R
Robertmooney
I have an ASP.NET Web application where I want users to
specify browse/select multiple files in multiple folders
on their local workstations. Upon submitting the form, I
want to have server-side code to manipulate the files.
This is something like writing an email with attachments
via a web form.
What is the best way to accomplish this? Are there some
examples of how to browse/select files and pass them to
the server-side code?
bob
specify browse/select multiple files in multiple folders
on their local workstations. Upon submitting the form, I
want to have server-side code to manipulate the files.
This is something like writing an email with attachments
via a web form.
What is the best way to accomplish this? Are there some
examples of how to browse/select files and pass them to
the server-side code?
bob