Search

You searched for the word(s): upload file
Showing page 13 of 336 (3,355 total posts) < 1 second(s)
  • Re: custom queue table

    John,   You need copy the data when the OnPostback event fired, and maintain the table by your self.   If you don't use AJAX, the page will be submit and then all javascript data will be lost.   So you should use AJAX.   There's two primary AJAX :   1 - Microsoft AJAX , so you need maintain the ...
    Posted to Ajax Uploader (Forum) by cutechat on March 15, 2010
  • cannot get file to upload prior to server side code running

    I want to have an uploader on a form where a file is only uploaded and then saved if there happens to be one queued up. So i want the upload to take place on the save event. I like the queue that your uploader uses I just need the uploader to finish prior to my code behind function for the save process running.  I am using the following ...
    Posted to Ajax Uploader (Forum) by jpchatt on January 14, 2010
  • Cross domain file upload

    We're evaluating the Ajax Uploader for an extranet scenario where we have the IIS server in the DMZ and the File server in the corporate domain. There is no trust between the DMZ domain and the Corporate domain.   Question: what would be the prefered way to upload files to the File server in this scenario without setting up a trust and ...
    Posted to Ajax Uploader (Forum) by Bart P on November 4, 2008
  • Unable to upload file....HELP!

    I have a situation where I am dynamically creating directories on my web site to allow clients to upload files.  When I create the upload directories in code using System.IO.Directory.CreateDirectory(FileDir), I am unable to upload to the directory using CuteEditor's image upload utility.  However, when I create the directory manually, I ...
    Posted to Cute Editor for .NET (Forum) by hewittf on February 17, 2006
  • Re: Error on text file upload

    Hi,   It's very strange that the guid values are same of each time.   Because not many customers require writing the custom provider, So we haven't prepaired the documents on this part yet.   When you want to write the customer provider , You can check our example code : ...
    Posted to Ajax Uploader (Forum) by cutechat on February 16, 2009
  • Re: Retrieving name of file?

    Hi,   please check the example page bleow, it shows you how to get the upload file name. mvcfile.FileName is the upload file name what you ...
    Posted to ASP Uploader (Forum) by Kenneth on September 22, 2016
  • Re: Return change file name

    Hi manishdubey21211,   If you are using property "SaveDirectory" to save the upload file, then can not get the new file name after uploaded. I suggest you use method "CopyTo" and "MoveTo" to handle the upload file store location and the file name, so you can get the new name because you can get and set ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 18, 2013
  • Re: Recovering from file transfer error

    Hi,   Please check this sample :   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Ajax Uploader (Forum) by cutechat on November 2, 2009
  • Re: Increase Max Upload Folder size?

    covalense,   You can easily limit the size of image upload folder using the following methods:   1: Edit security policy file. 2: Programmatically limit the size of the image upload folder   The security policy file (default.config, admin.config and guest.config) can be found in the ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 3, 2007
  • Re: File upload saves corrupted files (0KB)

    Hi Eric,   no, in my version there is no such subdirectory like this. Only the folders (Help, Images, Languages, Templates and Themes are aviable. Remind I have Version 4.2!   After my change, any files (inklude Images) that are uploaded are corrupted (0Kb).   I have withdrawn the change to the file, but the upload ...
    Posted to Cute Editor for ASP (Forum) by rkw-edv on July 26, 2010
« First ... < Previous 11 12 13 14 15 Next > ... Last »