Search

You searched for the word(s): upload'A=0
Showing page 287 of 656 (6,557 total posts) < 1 second(s)
  • Uploading not working in HTTPS

    I have deployed the uploaded in non https site and its working there, but i did the same thing for https site, its giving me an error ''Unable to find the file in the upload directory''. I checked the permission of the ''upload'' folder and it has read/write permission. Kindly help me out.Thanks & Regards 
    Posted to ASP Uploader (Forum) by amirkochak on June 28, 2012
  • Uploader Problems

    When using the uploader, both versions.   If I click the cancel button half way through an upload, the upload stops, but the control does not seem to clean up after itself, leaving some greyed out text and icons in the files box.   Is there a way to clean this ... what am I doing wrong?   Thanks in advance
    Posted to Ajax Uploader (Forum) by tm20 on December 6, 2009
  • Re: Upload photo to database?

    Hi,   In that case you need use another 'UploaderProvider' , and register the class name to web.config appSettings:   <add key=''CuteWebUI.AjaxUploader.Provider'' name=''UploaderDatabaseProvider.UploaderSqlServerProvider,UploaderDatabaseProvider''/>   Here is the provider implementation code :   -old code ...
    Posted to Ajax Uploader (Forum) by cutechat on December 18, 2008
  • Re: Restrict Images containing .gif extension while upload into gallery

    Hi narendrababu,   Do not allow to limit the file extension. sorry for your inconvenience.   Regards,   Ken 
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on February 20, 2014
  • Re: Problems with dialogfilter in Chrome and firefox

    Hi AlexisMC, The filter only work with silverlight and flash upload mode. In IFrame mode, the user still can see all the file types, but once you select the file, the control will tell you do not allow to upload it. Regards, Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on February 10, 2012
  • Re: Upload Files to a Network Based Virtual Directory

    Greg,   You need to setup the permissions settings of that network folder.   You can set it can be read/write by everyone and try again.   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on June 17, 2009
  • Re: Upload photo to database?

    Diane,   1. Store the content of the uploaded file in the Byte buffer.   byte[] data = new byte[args.FileSize]; using(Stream stream=args.OpenStream()) {     stream.Read(data,0,data.Length); }   2. Store the buffer in the Database, and it is very easy as long as you have the database table and you know ...
    Posted to Ajax Uploader (Forum) by Adam on August 11, 2008
  • Upload interrupted!! PANIC

    the sites I have worked well so far! Suddenly, without that I have changed nothing, I always have dell'upload interruption in internet explorer 7 and 8 how can I do! What has changed? I have this error with upload dll version 2 and 3 also     help me please!!!!
    Posted to Ajax Uploader (Forum) by italydev on June 11, 2009
  • Re: ERROR WHEN CULTURE IS SET TO ar-SA

    Eric, Not do we have to find the BUGS, we also have to create an application and put it on a Plate for you!!!!! Really.   All I did, was to take your own demo sample MVC2 application and added the following to the SampleController (which by the way would take you 5 seconds at most to do!!!) . Then just use your sample 1 view to upload a ...
    Posted to Ajax Uploader (Forum) by hassan on January 14, 2011
  • Re: temp directory location

    OK..Finally it worked. I had to set  AutoUseSystemTempFolder=''false. It started using the UploaderTemp folder. Then I had to grant access to UploaderTemp (ASPNET Machine account access). It works fine now.                      ...
    Posted to Ajax Uploader (Forum) by dmak on April 3, 2009