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

Gridview inside UpdatePanel on ModalDialog not updating after AsyncFileUpload

I have a GridView inside an update panel, and a AsyncFileUpload (outside the Update Panel) that I am using to upload Images. All these are in a ASPX page called using the SHOWMODALDIALOG. What I'm tying to achieve: 1. As soon as the file upload…
0
votes
3 answers

grails asynchronous file upload

Is there true asynchronous/ajax file uploading in grails that hooks into the default "busy" spinner (the one that shows on other ajax calls)? Or if I wanted to show that spinner during a file upload would I need to call is explicitly?
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
-1
votes
1 answer

ajaxupload, can't seem to find a succinct tutorial

I am trying to asynchronously upload pictures to my webserver. There are a couple of good tutorials on the web, but they seem to be dated…
SoftwareSavant
  • 9,467
  • 27
  • 121
  • 195
-1
votes
1 answer

AsyncFileUpload does not fire server side UploadComplete

I have an AsyncFileUpload control inside an update panel in a page that is using a master page. When I select a file, the client side OnClientUploadComplete fires but not the server side. I searched the issue and tried different suggestions,…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
-1
votes
2 answers

Upload files asynchronously (AJAX) with HTTP/1.1 PUT method, why not?

Uploading files via PUT method, even binary or text, via a "normal web browser" is possible. Why many people are just saying, that is not possible ? Sample code with jQuery and PHP. $(document).ready(function() { …
Webist
  • 39
  • 1
  • 9
-1
votes
1 answer

asyncFileUpload how to get new File Name

asyncFileUpload how to get a new File Name after upload complete to save new name in database asp.net c# I have a form to fill in personal data and Upload own image Asyncfileupload used to select the picture and in the void…
-2
votes
1 answer

I use "Saving contact form 7 data into custom db and not wordpress db method, and file upload does not save to the directory anymore

Saving contact form 7 data into custom db and not wordpress db Saving contact form 7 data into custom db and not wordpress db https://codex.wordpress.org/Class_Reference/wpdb#Placeholders The upload file will be stored in the table however, actual…
Hawaii jp
  • 1
  • 1
-2
votes
1 answer

Multipart entity file uploading java.lang.ArrayIndexOutOfBoundsException

Multipart entity file uploading with array of files. I have mentioned the error code below, please help me resolve this issue. Exception java.lang.ArrayIndexOutOfBoundsException: length=2; index=2. Thanks in Advance. Code: try{ int i = 0; …
MohanRaj S
  • 1,958
  • 4
  • 30
  • 54
1 2 3
19
20