Tagged Questions
1
vote
1answer
184 views
AsyncFileUpload with HtmlEditorExtender throws validation error
When I have an HTMLEditorExtender on the page (with HTML entered), and try to upload a file with the AJAX AsyncFileUpload control, I get a validation error sometimes:
I think I've narrowed it down ...
0
votes
0answers
391 views
AsyncFileUpload and AjaxControlToolkit: upload button not firing any event
For AsyncFileUpload I used this code as a demo code which worked perfectly fine:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="upload_page.ascx.cs" Inherits="upload_page" %><%@ ...
1
vote
0answers
169 views
ImageUpload uploads twice (using AsyncFileUpload and AjaxControlToolkit)
I'm using AsyncFileUpload (AjaxControlToolkit) to upload images in a control. The problem is that the upload function (AsyncFileUpload1_UploadedComplete) runs on both the button click AND pageload, so ...
1
vote
1answer
217 views
Problems with ImageUpload (AjaxControlToolKit and AsyncFileUpload)
I have problems with my imageuplad using AjaxControlToolKit.
I can upload files and display them without postback but If the user changes his mind and uploads another image it still dispays the first ...
0
votes
0answers
401 views
AjaxControlToolkit.AsyncFileUpload show actual error message
I am using the latest AjaxControlToolkit.AsyncFileUpload. If there is an exception thrown i get "Server Response Error: 'Unknown Server error'" popup plus it also fires my client side script. How do i ...
2
votes
3answers
1k views
AJAXFileUpload with Title Textbox
Fairly straightforward. I'm just looking for users to be able to add a title to the file before uploading. (Yes, I encourage proper filenames, but that's not the point.)
<asp:TextBox ...
0
votes
1answer
309 views
ASP.NET - How to pass data to AsyncFileUpload (client) events?
Dear community I am creating an ASP.NET website and I'm using the AJAX Control Toolkit "AsyncFileUpload" control, I just want to pass a value to the onclientuploadcomplete client event, and I want to ...
0
votes
0answers
367 views
AjaxFileUpload control not firing server side UploadComplete event
I have a simple form where I want to upload some files and save them on then save them on the server when the UploadComplete event fires. I can not get the event to fire no matter what I do. I've ...
0
votes
1answer
255 views
TextBox's text not changing in from upload_complete event handler
I have the following code in AsyncFileUpload's upload complete event handler:
Protected Sub AsyncFileUpload1_UploadedComplete(ByVal sender As Object, ByVal e As ...
2
votes
1answer
836 views
Ajax Control Toolkit AsyncFileUploader Control and viewstate/session Issue
in my project i need to upload files so i decided to use the uploader provided by asp.net ajax controls AsyncFileUPloader control.
there are four blocks. every block contains two such uploaders
so i ...
1
vote
0answers
539 views
AsyncFileUpload OnUploadedComplete not firing within DIV
I have what I think is a pretty basic setup for using the ajaxcontroltoolkit's AsyncFileUpload control. Basically the control works correctly if I take it out of the div, but when I put it inside the ...
0
votes
1answer
433 views
AjaxToolkit AsyncFileUpload needs ViewStateMode enabled, how to avoid?
I know this is rather a trivial question but anyhow I want to know if it is solvable.
I have an ASP.NET webform page with a nested masterpage and JavaScript includes. I make extensive use of jQuery ...
2
votes
0answers
221 views
AsyncFileUpload doesn't work with jQuery.Load()
I created an ASPX page that I'd like to load dynamically and inject into a container. When I navigate to this page directly the upload works just fine. However when I'm using jQuery.Load() function to ...
0
votes
3answers
756 views
AsyncFileUpload, can't refresh page after upload is completed
I have an Ajax AsyncFileUpload on one of my pages (inside a update panel). The control works, however I want the page to reload after the upload is complete. I tried a Response.Redirect in the code ...
2
votes
2answers
1k views
How to use form with method=“post” in asp.net web form
I am using ajax toolkit asyncFileUpload control
I had problem that my server side events does not fired and found this posts Hidden/Shown AsyncFileUpload Control Doesn't Fire Server-Side ...
0
votes
1answer
315 views
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. ...
0
votes
2answers
586 views
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 ...
0
votes
4answers
4k views
How to clear file upload text in server side (c#)
I want to clear the file path from the file upload. The file upload is inside the update panel and I am using a AsyncFileUpload. How can I clear the file and change the background color of the ...
2
votes
1answer
1k views
Fire AsyncFileUpload control through a Button
I want to fire the AsnyncFileUpload control through another control in the page.
I have used AsyncfileUpload from ASP.NET AJAX toolkit and hidden it through JQuery. And places a button next to it. ...
1
vote
1answer
3k views
ASP.Net AjaxControlToolkit AsyncFileUpload in update panel that is created in server-side code with master page c#
I have been trawing around all morning trying to get the AsyncFileUpload control from the asp.net AjaxControlToolkit to work in my situation, with no luck.
I have an Ajax enabled page which displays ...
1
vote
1answer
775 views
asyncfileupload in jquery modal popup
I have placed an AsyncFileUpload control on a jquery modal popup and I can't the "AsyncFileUpload1_UploadedComplete" to fire when ok to upload.
It does work when placed directly on the page. (This is ...
0
votes
0answers
151 views
Exception in js When page load
I have AjaxToolKit Control i.e. AsycFileUpload in my page. The tr that contains this control is set to Display: none. Like :
<tr style="display:none">
<td>
...
1
vote
0answers
421 views
Async File Upload not updating Update Panel in Firefox
I’m using the Async File Upload control from the Ajax Control Toolkit (I’ve tried versions 3.0 and 3.5 for asp.net 3.5). When the file upload is complete I update some text fields in a simple ...
0
votes
1answer
895 views
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 ...
0
votes
1answer
679 views
issue in updating the page after file upload
I am having a strange issue associated with AsyncFileUpload control. after the upload, I am updating the page by calling__doPostBack function from ClientUploadComplete event handler. it works fine ...
2
votes
1answer
2k views
change button text on AsyncFileUpload control
is it possible to change the button text on the Ajax control toolkit's AsyncFileUpload control from "Select File" (modern style) to something else? it should be a simple thing like Text property on ...
0
votes
2answers
1k views
Update client image after uploading with AsyncFileUpload Control in AjaxControlToolkit
I am uploading an image with AsyncFileUpload, it works well, but i want to show to the user the image which him just uploaded, but i am having troubles to make that work.
I have tried the ...
0
votes
2answers
2k views
ajaxcontroltoolkit setting hidden value after asyncfileupload has completed
I have an asyncfileupload control that I'm using from the ajaxcontroltoolkit. On the file complete in the code behind I process the file and write the information in the file to a database. I get ...
9
votes
3answers
20k views
Asp.Net Ajax Toolkit AsyncFileUpload - “The file is attached is invalid” error
I'm trying to use the AsyncFileUpload control from the Asp.net Ajax Control Toolkit (Sept 30, 2009 stable build: 30930) . I've created a demo application and the control works fine. Files upload and ...
0
votes
1answer
2k views
Error with AsyncFileUpload in DotNetNuke
Has anyone succeeded in using AsyncFileUpload in DotNetNuke? Although the module is marked as "allow partial render", I get two errors in web page, as alerts:
Unhandled exception: Access is denied
...