Questions tagged [asyncfileupload]

Async file upload is the process of asynchronously uploading files from a web page.

In the context of ASP.NET, the 'asyncfileupload' tag most likely refers to the ASP.NET AJAX AsyncFileUpload component.

293 questions
0
votes
1 answer

AJAX AsynchFileUpload stop upload process

ASP.net website using AJAX AsyncFileUpload Hello Experts, In my web page I have only two controls, one is a textbox for the user to enter a template name and the second one is an AJAX AsyncFileUpload. When the user clicks on the "Browse" button of…
YPC
  • 1
  • 3
0
votes
2 answers

How to assign a file to file upload in server side c# (asp.net website)

I have a asyncfile upload in my asp.net website. I have to show a file name inside the file upload. I have a edit functionailty which has to display the name of uploaded file insided the file upload. I just want to show the file name which i have it…
Murthy
  • 1,502
  • 11
  • 31
  • 45
0
votes
2 answers

asyncfileupload - Unhandled Exception. Access is denied

I'm getting this error when uploading a file. I upload the same file again and again some times uploaded successfully and sometime same file give Error " Unhandled Exception. Access is denied" . How can this error be handled and prevented from…
thegunner
  • 6,883
  • 30
  • 94
  • 143
0
votes
1 answer

ASP.NET AsyncFileUpload - Internet-Explorer Access is denied

I have an asp.net AsynFileUpload control on the page and an html image tag that fires the AsyncFileUpload click event. Works fine in Firefox, Chrome and Safari but not IE. Example