Search

You searched for the word(s): upload'A=0
Showing page 317 of 656 (6,557 total posts) < 1 second(s)
  • Re: Uploading multiple files in relation to OnFileUploaded, OnUploadCompleted, etc.

    Hi MarjaR, Please try the example below, it will delete the temp file one bye one when the file upload finished. <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 20, 2011
  • Re: A problem and two questions

    That resolves two of the three things I posted. Using the longer form of the key in the web.config file is working, and I had missed the args.delete method (the volume of the files is high enough that we don't want them sticking around for 5 hours). Thanks!     As for the third thing, I don't think I was clear in what I was asking. I ...
    Posted to Ajax Uploader (Forum) by BHill on February 4, 2011
  • Re: Number of uploaded files

    Hm, you are only disabling the button. I was looking for something like upload picture and show preview and upload again if you want. More like a Ajax-based-user-profile.aspx you have for Ajax Uploader. Minus the resize, I know ASP can not do that on it's own. About multiple uploader instances, that is really a great pity it is not working, ...
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010
  • Re: Javascript Error : Microsoft JScript runtime error: ASP.NET Ajax client-side framework failed to load.

    actually its working perfect in another project on the same system but in the project where its not workingim i m using master/content pages. i also tried to disable ajax then it used to upload the file 100% but before hiding the progress bar it used to stuck there and not doing to  Uploader1_FileUploaded function to finish the ...
    Posted to Ajax Uploader (Forum) by waqasw on April 27, 2009
  • Re: Maximum number of files to be uploaded

    the example abobe is not what I am looking for. What I would like to tdo I  allow the user to upload one file only. so the user chooses browser pick the file , before manually uploading the user might want to upload a different file, so he should be able to click on browse again and select another file, but here is where i get a javascript ...
    Posted to Ajax Uploader (Forum) by wassimsa on March 11, 2009
  • Re: Unable to find the uploaded file in directory

    This is my web.config's <httpModules> section:     <httpModules>       <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>       <add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, ...
    Posted to Cute Editor for .NET (Forum) by Ofer Tal on February 25, 2009
  • Re: Media Playback in Gecko-based browsers

    Yes, I see the flash on the ''general'' page. The other (the default demo) I don't see a flash, but I can browse to and insert a video from your collection of stock ones, and it plays. A glance at the source code for the page shows the default reference, /uploads/kick_baby_2.mpeg My page with the editor instance is in a different subdirectory ...
    Posted to Cute Editor for .NET (Forum) by jjonesdtrt on September 25, 2006
  • Re: Memory problem on Mac safari/firefox

    Hi,   We have confirmed that is an Adobe Flash Player issue.   Include v9 and v10.   If you want the Mac users upload very large file,   I think you can specify the UploadType to IFrame .   if(Context.Request.UserAgent.IndexOf(''Mac'')!=-1) {     ...
    Posted to Ajax Uploader (Forum) by cutechat on June 24, 2009
  • Error uploading PDFs

    Hello I am having trouble configuring the PDF upload feature. The other uploading features seem to work (directories for each type are located in one directory called /Sitefiles). The error I get is:   Request object error 'ASP 0104 : 80004005' Operation not Allowed /admin/CuteEditor_Files/Dialogs/include_upload.asp, line 32 ...
    Posted to Cute Editor for ASP (Forum) by Spincaster on December 2, 2008
  • Re: Upload Button not Clickable - with FF 3.6 only!

    Hi transresult,   This issue have been fixed in version 6.6.   You can test demo here http://cutesoft.net/example/general.aspx   Regards,   Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 24, 2010