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

Show image after upload

I used this article for show image after upload without refresh page. Display image after upload without page refresh or postback using ASP.Net AsyncFileUpload Control I customize the FileUploadComplete because I want to create name for uploaded…
Majid Basirati
  • 2,665
  • 3
  • 24
  • 46
0
votes
4 answers

How to prevent FileUpload from continuing if Clear LinkButton clicked?

I am trying to add a Button "Clear Files" that should not interact with the RadAsyncUpload control. The problem is that if the client selects a couple files to upload. But then scraps that idea and clicks the Clear All Files link.. the files will…
JoJo
  • 4,643
  • 9
  • 42
  • 65
0
votes
1 answer

Telerik RadAsyncUpload working only once

I am using telerik asyncupload control to upload files but the control is just loading one file and after that it is giving io exception saying parameter not found.
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
1 answer

asp.net AjaxFileUpload Could not find a part of the path catch exception in code behind

asp.net 3.5 AjaxFileUpload Could not find a part of the path: 'C:\Users\xxxx\AppData\Local\Temp_AjaxFileUpload\8F1933D0-9C0B-8D40-C342-CAD6C4833F58 An exception of type 'System.IO.DirectoryNotFoundException' occurred in mscorlib.dll but was not…
Lambda
  • 1,020
  • 2
  • 10
  • 25
0
votes
1 answer

Image URL not changing in Update panel

Ok this is probably really simple but I have been staring at it for too long now. I have an AJAX AsyncFileUpload control that when a file is selected I want the Image next to it to change. I tried it in Javascript and it did nothing, i have since…
Chiefy
  • 179
  • 2
  • 17
0
votes
1 answer

ASP File upload control

I am using dynamic ajax file upload control. AjaxControlToolkit.AsyncFileUpload() While i am trying to upload file, in page load the value of Request.ServerVariables["QUERY_STRING"] is,…
Priya
  • 17
  • 5
0
votes
1 answer

Spring MVC + AJAX + Jquery ajax callback to success function is not working

There is some problem with callback function of Ajax by returning string value from Spring Controller. I want the image to be uploaded asynchronously, Upload is successful but the page is redirecting to the another page and the callback function is…
0
votes
3 answers

Uploading selected picture without page refresh

On one of my pages I use multiple forms, each holds specific data (so there is a form with user's first name, last name etc. there is another with user's address and so on). Each form have a "Save changes" button, and I use Ajax calls to submit data…
user2384366
  • 1,034
  • 2
  • 12
  • 28
0
votes
1 answer

async tcp socket and progress when sending data

I use http based file upload in my c++ code (runs on linux/android). I use async tcp socket for writing file data. My issue is that my progress bar reflects what have been written to the socket, not what was actually sent out on the wire. Problem…
Pavel P
  • 15,789
  • 11
  • 79
  • 128
0
votes
1 answer

ASP.Net asyncfileupload control in JQueryUI modal dialog

We are in the final stages of moving an older web application from the asp.net 2.0 environment to asp.net 4.0. We've got everything ironed out but a file upload implementation. We use an asyncfileupload control within a JQueryUI modal…
0
votes
2 answers

Hidden Field value is showing undefined

I have simple asp.net async upload where I'm trying to upload a sample image from my local system and upon uploading trying to perform a simple webmethod. Scenanrio: Uploading image using async uploader and its working fine and uploading it to dest…
coder
  • 13,002
  • 31
  • 112
  • 214
0
votes
0 answers

AsyncFileUpload and repeater

I have an asyncfileupload control and a repeater that I would like to use to show list of added files. On FileUploadedComplete event I add the new file's name and size to a data table and use it to bind the repeater. I can select a file and add it…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
0
votes
1 answer

Use AsyncFileUpload in a grid view in update panel

I want to use a AsyncFileUpload in a grid view and each record must have a AsyncFileUpload individually. In addition user must be able to upload his/her file for each record. Now how can i access AsyncFileUpload in the grid view and check it if it…
Saeid
  • 1,996
  • 4
  • 27
  • 44
0
votes
0 answers

Upload file as a new thread in java web application

I have a web application with upload file functionality. If the filesize/no:of rows in the spreadsheet is more, then the upload should happen in a seperate thread and the user will be shown a message "upload will happen offline, you may proceed to…
Shamaz
  • 33
  • 1
  • 5
0
votes
0 answers

What are the limitations of uploading videos in android development?

I am going to develop an app to upload images and videos to a remote server. So I need to know what the limitations of uploading videos by android application are?
Sajitha Rathnayake
  • 1,688
  • 3
  • 26
  • 47