Search

You searched for the word(s): upload'A=0
Showing page 176 of 656 (6,557 total posts) < 1 second(s)
  • Re: CuteEditor and Dotnetnuke

    Hi Mariette,   1.  support drap and drop images within the editor.   2. Support upload images and rename it after uploaded. Also, you can coding in the dialog source code to handle the upload file name  dynamically.   3. Support copy/paste the image from browser.   4. Support o set the images/files store ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 23, 2013
  • Re: Ajax Uploader Over Https is throwing an error

    Hi afennani,   Please try the way below to disable the flash upload mode.    1. Open the controller file, find the uploader control section   2. Use the code below to disable the flash upload mode   using (CuteWebUI.MvcUploader uploader = new ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 26, 2012
  • Re: Uploading Files From an URL

    Hi,   I am not sure what do you mean .   Who provide the URL ?  User or Server Code ?   --   1 - when the browsing dialog opened , if an user paste an URL and press OK , IE will save it to a temp location and let Uploader to upload it.   2 - on server side, you can use System.Net.WebRequest to download the ...
    Posted to Ajax Uploader (Forum) by cutechat on September 24, 2009
  • Re: css class for upload files queue table.

    Ian,   The width is calculated by the server side ProgressPanelWidth property.   You can also draw a queue table by your own script code :   http://ajaxuploader.com/document/scr/create-custom-queue-table.htm   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on June 23, 2009
  • Re: Access to the path C:\WINDOWS\TEMP is denied

    Dtest,   In Cute Editor, we use Ajax Uploader to handle file uploading.  Ajax Uploader is an easy to use, hi-performance ASP.NET upload component which allows you to upload files to web server without refreshing the page.   By streaming uploads directly to an output stream, rather than loading them into memory, Ajax ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2008
  • Re: What is Max Value of 'MaxDocumentFolderSize'?

    1: Edit security policy file. The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the MaxDocumentFolderSize element which contains the value of max file file upload size limit (in kbs).  By default, it ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 12, 2006
  • Error 2038 on large upload

    Hi, We have setup a site to use your PHPFileUploader and are in the process of testing it. The site is predomintly written in PHP and is running on a Windows 2008 Server in IIS7. Both IIS and the PHP settings have been modified to accept large file uploads of 2GB. The PHPFileUpload script is being used in two places, one for single ...
    Posted to PHP File Uploader (Forum) by greggs on June 13, 2011
  • issue with url rewriting and the upload component

    Hi,  Withough URL rewriting, the component on my page works absolutely fine. However I'm having problems when I use URL rewriting.Here's my rule :         <rule name=''rewrite uploader.aspx''>             <match url=''^myaccount/uploader$'' ...
    Posted to Ajax Uploader (Forum) by graphicsxp on September 26, 2009
  • EndOfStreamException occuring during file upload...

    Hi -   We are trying to stream the uploaded file(s) from the upload temp directory to an external location once each file is uploaded.  We have implemented an eventhandler for the OnFileUploaded event in which we do the following...   protected void ajaxUploader_OnFileUploaded(object sender, CuteWebUI.UploaderEventArgs ...
    Posted to Ajax Uploader (Forum) by cswitten on April 15, 2009
  • Re: Unknown result: Error: Unable Upload data via Flash + NTLM

    Hi Kenneth I've tried following the steps in the article, still getting no joy.  I've tried setting it to iFrame as a temporary workaround and still get the same error. Any other ideas?  My colleagues will now be picking up on this as I won't be around after today. Cheers 
    Posted to Ajax Uploader (Forum) by MattW on December 29, 2011