I have multiple FileUpload controls on the same page (about 30). I have a try...catch around the SaveAs Method for each of these controls. If an exception is caught, it adds the exception to a List<Exception> and after attempting to save all uploads, if the Exception List has any items, I get an email.
I have been getting emails for many days now saying that Access was denied; however, when I check on the file, it was actually...
Search Result
Collapse
3 results in 0.0014 seconds.
Keywords
Members
Tags
-
FileUpload error that isn't actually erroring ???
-
How do I upload a user's file to a file server without using FileUpload?
I need to upload a file (xml, pdf, etc) from the user's PC, but I need to write it directly to a file server. I cannot use FileUpload because there is no way to direct its initial upload to anything but the web server. So, how do I use the HTML INPUT to upload the file from the user's PC directly to a file server located at a different URL than the web server the web page is being hosted on?
Thanks for your help. I am not as good... -
How do I upload a user's file to a file server in HTML
I need to upload a file (xml, pdf, etc) from the user's PC, but I need to write it directly to a file server. I cannot use FileUpload because there is no way to direct its initial upload to anything but the web server. So, how do I use the HTML INPUT to upload the file from the user's PC directly to a file server located at a different URL than the web server the web page is being hosted on?
Thanks for your help. I am not as good...