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

Angular 9 | Firebase Storage | GET 404 error on [object%20HTMLImageElement]

I'm currently implementing image upload in my Angular project. I'm using Firebase Storage to store these images. In my HTML file I check if the image is available and if it is, display it: Avatar is set…
0
votes
1 answer

Can't access .NET control from AsyncFIleUpload.OnUploadCompleted code behind

I am using an AJAX Toolkit AsyncFileUpload as follows...

Ben Drury
  • 23
  • 1
  • 4
0
votes
0 answers

move_uploaded_file() failed to open stream

I am trying to upload a file to my server, I eventually want to do some validations and resizing, but for now I just want to get it into my uploads directory. I am using wordpress and cannot get it to find any directory unless I use…
0
votes
1 answer

Parent page including iframe form with AsyncFileUpload. redirect to "_top" after uploading and clicking "send"

I have a parent page (testFrame.aspx) including an iframe. The iframe is an aspx form (form.aspx) with an AsyncFileUpload control (ajaxcontroltoolkit). The form contains a textbox and a required field validator. In the bt_Send Codebehind, I check if…
firepol
  • 1,731
  • 22
  • 39
0
votes
2 answers

How do I solve the maximum request length exceeded error when trying to upload a file in asp.net mvc

I am using mvc c# and I am trying to upload a file that is 9MB but I keep getting an error that says System.Web.Http.HttpResponseException in mycontroller I am not sure what is causing this error. I have done my research and I found nothing that…
Zidane
  • 1,696
  • 3
  • 21
  • 35
0
votes
0 answers

How to make a preview of an image uploaded in asyncfileupload within an iframe

Code is working great. The preview after picking image using asyncfileupload appears. But once I place the page into an iframe, it doesn't work anymore. I think the problem is that once it is place into the iframe, this script : top.$get(\"" +…
0
votes
2 answers

AsyncFileUpload working on my machine but not on server

I have a page where I use AJAX AsyncFileUpload. It works locally on my computer, but on the server when I try to upload this error appears: The account used is a computer account. Use your global user account or local user account to…
Anderson
  • 117
  • 2
  • 14
0
votes
1 answer

Ajax File Upload in Codeigniter

there is multiple file upload widgets on my view page, but for reference i have only added 1st here, what i want to do is, i want to select the file using the button and then by ajax method i want to upload the file to directory and get the file…
0
votes
0 answers

Append Counter for uploadfiles C#

I need to append counter number to files while saving the uploaded files, for example client upload 2 files imagex.jpg, imagey.jpg I want to save them to server as Client_UPI_1.jpg, Client_UPI_2.jpg Below is the code i am using public class…
user8624282
0
votes
1 answer

Android equivalent to .Net WebClient.uploadFileAsync

I am looking to send a file on android asyncronously. Using c#, I would use WebClient.uploadFileAsync. I found the Java equivelent... AsyncHttpClient. However, I find this cannot be used in Android. I want to be able to get the progress of the…
Tom Fobear
  • 6,729
  • 7
  • 42
  • 74
0
votes
1 answer

how to get response after the file upload in angularjs using xhr

I having hard time trying to get the response from the server to the angularjs client after the file upload. i want to get the filepath as response so that i can set the image source attribute. iam not using the angular $http service. i wanted to…
0
votes
1 answer

File upload error - Server Response Error: 'Unknown Server error'

I am trying to upload a file but I'm getting the error Server Response Error: 'Unknown Server error' It's not even going into the function in the code behind so I'm not sure what the issue is.
user123456789
  • 1,914
  • 7
  • 44
  • 100
0
votes
1 answer

Handling AsyncFileUpload's UploadComplete event inside repeater

I have a repeater that among other controls has an AsyncFileUpload and an error label all embedded inside a panel (regular, not update panel). In AFU's UploadComplete event I need to access the panel and the label; I can access the AFU itself using…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
0
votes
0 answers

Excel File Upload using GWT

I am not able to upload excel file and parse using GWT 2.7.0. Referred many links Link1 Link2 using above technique and RequestBuilder I couldn't send parsed excel data back to client. Finally implemented GWT RPC technique but having problem load…
atul
  • 21
  • 6