P
pbd22
Hi.
Like the title says, I am trying to figure out a way to
pass the fully qualified path of each source file uploaded
to the server.
I am using an HttpPostedFile collection on the server and
hidden inputs with type=file (passed via iframe) to POST the
file collection.
Ideally, I would like each input to have value="c://path/to/file.gif"
I have done some reading on forums and I see a lot of "you can't do
that" as answers to similar questions. I you agree, I'd appreciate a
suggested solution.
I am building in ASP.NET 3.5 / C# and Flash or ASP's file upload
control are not options.
Thanks for your help.
Like the title says, I am trying to figure out a way to
pass the fully qualified path of each source file uploaded
to the server.
I am using an HttpPostedFile collection on the server and
hidden inputs with type=file (passed via iframe) to POST the
file collection.
Ideally, I would like each input to have value="c://path/to/file.gif"
I have done some reading on forums and I see a lot of "you can't do
that" as answers to similar questions. I you agree, I'd appreciate a
suggested solution.
I am building in ASP.NET 3.5 / C# and Flash or ASP's file upload
control are not options.
Thanks for your help.