Search

You searched for the word(s): Ajax Uploader
Showing page 17 of 100 (994 total posts) < 1 second(s)
  • ajax uploader file size

    I'm trying to upload files in ASP.Net with the ajax uploader. The files can be up to 20MB so I've set the maxsizekb to 20240.   I also followed this blogpost: http://weblogs.asp.net/jgalloway/archive/2008/01/08/large-file-uploads-in-asp-net.aspx  to change my allowed file size in my web.config.   Placed this ...
    Posted to Ajax Uploader (Forum) by jurgen007 on March 6, 2014
  • How to get the File name(s) Uploaded using CuteWebUI Ajax Uploader

    Hi,   I am Uploading multiple files using the  CuteWebUI Ajax Uploader, I need to get the Filenames without extensions to compare with some data and insert into the DB.I had first thought of getting date to Compare but earlier in one post I had seen that due to Security resons it is not possible to get date, so I thought of getting the ...
    Posted to Ajax Uploader (Forum) by Rkumar1 on September 4, 2013
  • Ajax Uploader Broken in Firefox 22

    Good day,            Our clients are getting errors while trying to submit files on pages using the Ajax Uploader Control (Version 4.1.60623.0) in Firefox 22. All other browsers and Firefox 21 are working fine. The error is easy to reproduce in Firefox 22.   Error : A script on this page may be busy, or ...
    Posted to Ajax Uploader (Forum) by DLab on July 25, 2013
  • Re: how to hide uploaded files grid in ajax uploader

    Hi MayurNarsale,   It is the attachment table, if you do not need the attachment table, please use control "CuteWebUI:Uploade", it has the same functions as the "CuteWebUI:UploadAttachments", but will not build the attachment table.    <CuteWebUI:Uploader ID="uploader1" runat="server" ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 22, 2013
  • Uppload csv and Excel files using Ajax Uploader

    H i I am using a trial version of Ajax Uploader to test the multiple file upload functionality. Most of the file extensions work fine including doc, pdf etc but I am not able to upload any file with the extension .csv or .xls even when I have specified these in the controller.   Does anyone has any idea of the reason for this? and any ...
    Posted to Ajax Uploader (Forum) by itsmj on December 7, 2012
  • ajax uploader issue in asp.net 4.0

    I am using ajaxuploder in asp.net. Its working fine in local,but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes at the end of file uploading process.this is that control's markup.,<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
    Posted to Ajax Uploader (Forum) by ssjganesh on July 24, 2012
  • Ajax Uploader - Uploader_FileUploaded server event not firing - Firefox 5 Only

    Hi, have an Ajax Uploader install working perfectly but now the file uploaded server event is not firing with Firefox 5.0. Have tried on 2 PCs with FF5, same result. Works fine with older FF versions and IE / Chrome. If I trigger a postback (with a test button inside the update panel)  the FileUploaded event then fires and server side code ...
    Posted to Ajax Uploader (Forum) by Brena on June 26, 2011
  • Error using the ajax uploader

     We do have the ajax uploader working in our application. Now I tried to implement it in another scenario and I get the following error.  The error occurs when you've chosen the file and press ok. Would appreciate any help on this topic...  Silverlight : The upload task is interrupted! Unable to get web http ...
    Posted to Ajax Uploader (Forum) by p19101 on July 14, 2010
  • Re: Ajax Uploader in MVC deletres ALL pages from History

    Thanks. Would appreciate an email when fixed. or should we just keep an eye on this Post? Any idea on Timescale?   While you are fixing this, 2 other problems which we have come across are:   1- In an MVC application, the form values are not presisted when a postback occurs with the uploader. I don't know if it has to do with the ...
    Posted to Ajax Uploader (Forum) by hassan on May 6, 2010
  • Re: Ajax file uploader for large files not working fine

    Can you try the following code and upload a small size file?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on January 15, 2009
« First ... < Previous 15 16 17 18 19 Next > ... Last »