Search

You searched for the word(s): upload'A=0
Showing page 228 of 656 (6,557 total posts) < 1 second(s)
  • Re: Scanning file (virus, format) before Uploading

    Okay here's the complete detail on what we want to achieve.  After the user tries to upload their document using the ajax uploader, we will use Microsoft's DSOFile (http://suppot.micosoft.com/kb/224351) that let's you read document properties (Author, Title...etc) to check if the document/file properties has been filled out correctlly. Our ...
    Posted to Cute Editor for .NET (Forum) by CIC Web on February 19, 2009
  • Re: Invalid postback or callback argument

    ncodd: Hi I wondered if anyone has had a fix for this issue,   I am currently getting the same error, after creating my own page from the demo.  I have installed the licence and configured the config file, everything works the first time round, also works if you add and then delete the uploaded attachment, however if you add more ...
    Posted to Ajax Uploader (Forum) by ncodd on August 27, 2008
  • Re: Browsers

    praveen : The support for the Gecko is less then IE currently . We forgot to add the support for HtmlTextWriter .( you see , the Asp.Net think the FireFox as the low-level-browser , and remove many attributes while render the control . It remove the Width Height Style and all custom attributes So you will see the input-frame is ...
    Posted to Cute Editor for .NET (Forum) by cutechat on November 24, 2004
  • Re: insert file upload on database

    however, to insert in a datadase must create class? i can't insert connection, insert or other on aspx to insert image and file? can i know what i upload on text?
    Posted to Cute Editor for .NET (Forum) by andriex on March 18, 2005
  • Re: Can we change Position for "Upload Multiple Files" Button Postion?

    Hi,   Thanks for reply,   We have tried this. Added rowcreated event for all the gridview, but still having the same problem   We have Update panel, inside update panel we have tab container and for each tab there is gridview.   can you please look into this once again.   Thanks Yogesh    ...
    Posted to Ajax Uploader (Forum) by yogeshsapkale on January 14, 2009
  • Re: How i can do pre-validating of uploaded file?

    Hi AlxReiter,   Only can check the file exists at server side for now.   maybe you can try the start upload manually http://www.ajaxuploader.com/Demo/Start-uploading-manually.aspx   Then you can cancel the upload belfore it upload to the server.   Regards,   Ken
    Posted to Ajax Uploader (Forum) by Kenneth on December 7, 2012
  • Re: The upload task is interrupted -- with https/FireFox

    Hi,   That is a Flash bug , and we already have a solution to fix that.   The code would be like that (you must allow HTTP for this case):   uploader.FlashUploadPage = ''http://localhost/uploader22cs/UploadService/UploadService.aspx'';   We will provide an update with other issues later.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 29, 2009
  • Re: Execute function when upload is complete.

    as delamitry said, the order of the event is :       client uploading file 1   server FileValidating 1   client uploading file 2   server FileValidating 2   client OnPostBack event   server FileUploaded 1 server FileUploaded 2 server UploadCompleted([1,2])   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on May 21, 2009
  • error when upload media

    I have changed the MaxMediaSize from 100 to 10000 in the configuration files and can upload a media file which is <4MB. But when I upload a file which is >4MB,it jumps to an error page, why????     In addition, it is in visual sdudio 2005.  
    Posted to Cute Editor for .NET (Forum) by cookiewangxue on March 15, 2006
  • Re: MoveTo and file.Delete don't work for some time after upload

    Hi, I am facing the same problem. A summary of my code is to resize the image uploaded using Args.OpenStream()  There after I am unable to delete the temp file. Please advise. 
    Posted to Ajax Uploader (Forum) by chrisluo on April 26, 2011