Search

You searched for the word(s): Uploader
Showing page 116 of 328 (3,276 total posts) < 1 second(s)
  • Manual Upload

    Dear Support   I've using the Ajax Uploader tool so far and it's being great. I've found an issue and need to figure it out urgently.   I have a web user control that is being generated dinamically on my web page.   The Onclik attribute is being added on the Page_PreRender method as ...
    Posted to Ajax Uploader (Forum) by Roniel on January 12, 2010
  • handleselect javascript method

    I am having trouble using your javascript API. I am trying to check if a file already exists in our system, as a user is attempting to upload a file. If it does exist, I need to give them a message asking if they want to overwrite the file. I am trying to use the handleselect method to grab the files that are being uploaded, but i can't seem to ...
    Posted to Ajax Uploader (Forum) by scott.bradley on October 29, 2009
  • Re: Sometimes it behaves like a normal upload control

    Hi,   When your specify the UploadType=IFrame , or the browser do not install the Flash/Silverlight ,   the uploader will create an iframe and <input type=file> to do the upload task.   For IE/Chrome , it will allow file.click() method to prompt the browsing dialog ,   but for Firefox/Safari , the browsers require ...
    Posted to Ajax Uploader (Forum) by cutechat on October 17, 2009
  • FileUploaded Event Fires on localhost (Visual Studio 2008) not on DiscountASP

    The following FileUploaded EVENT FIRES on my localhost machine during testing.  But when I put it on DiscountASP, it does NOT fire although the file does get uploaded to the temporary directory on DiscountASP. Is there some setting in the web.config file that is special for DiscountASP? <CuteWebUI:Uploader runat=''server'' ...
    Posted to Ajax Uploader (Forum) by gBurgur on October 6, 2009
  • is it possible to initiate upload in the code behind?

    I have a user profile page with information that can be saved with either of 4 different buttons (save, save + Close, Save + New, ...) I would like to use the Ajax uploader to queue up a file for upload and only perform the actual upload after the save function executed by whatever button is pressed is actually run.  so i ...
    Posted to Ajax Uploader (Forum) by jpchatt on October 1, 2009
  • Re: JavaScript Error Object required

    Hi, Yes I'm using  AjaxControlToolkit on my page and this is page source; <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeBehind=''GlownaSkanowanie.aspx.cs'' Inherits=''Projekty.GlownaSkanowanie'' %> <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''cc1'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by cesbart on July 29, 2009
  • persisted...resx files are staying in the temp folder

    I've added the Ajax Uploader to my app using multiple file upload and everything is working great, except that the files that have been uploaded remain in the temp uploader folder.   Other posts in this forum re this problem have had replies that say that these files go away automatically after 1 hour or 6 hours (different numbers in ...
    Posted to Ajax Uploader (Forum) by rgprints on July 8, 2009
  • GetUploaderProvider() cannot cast to custom Provider

    I have created a custom uploader provider to upload files to our database, which works well. The problem is, our services need an additional property that I cannot get to from my custom provider class. So, in the Page_Load event of my .aspx I tried to cast the object returned from the GetUploaderProvider() method on the Uploader control, such ...
    Posted to Ajax Uploader (Forum) by scott.bradley on June 19, 2009
  • Purchased product not delivered

    Hi,I chose to buy the PHP FILE UPLOADER because it's urgent and it would be delivered instantly after payment according to the info page However, I got this:  Dear customer, Thank you for choosing CuteSoft.NET Components. We have received your order but we are having difficulty handling it online. A detailed report has been sent to ...
    Posted to Ajax Uploader (Forum) by fatabbot on June 13, 2009
  • Re: If I assign the TempDirectory dynamically, the ajaxupload control creates the directory if it is not there. I need to disable that

    Hi,   You can implement the custom uploader provider to save the temporary files.   1 - create a class which inherits the CuteWebUI.UploaderProvider   2 - register it into web.config appSettings:   <add key=''CuteWebUI.AjaxUploader.Provider'' value=''YourProject.YourProviderClass'' />   And then you can save ...
    Posted to Ajax Uploader (Forum) by cutechat on June 11, 2009