Search

You searched for the word(s): IE 9 upload
Showing page 98 of 656 (6,557 total posts) < 1 second(s)
  • Re: Changing filename using AJAX uploader

    Dear cunninw,   Please refer to the following snippet: -- <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on March 11, 2011
  • Re: Email notifications?

    Dear seattletype,   Please add the email notification code to the following highlighted place: <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on February 16, 2011
  • Re: httpwebrequest usage

    Dear soppie,   Yes, you can check the filesize before file is uploaded, the following is example snippet:  <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>     void ...
    Posted to Ajax Uploader (Forum) by Eric on December 22, 2010
  • Re: Uploading / renaming files using Ajax - Newbie question

    Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
    Posted to ASP Uploader (Forum) by Kenneth on November 3, 2010
  • 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: permissions/security

    >>should the iusr<machinename> have write access to the upload directory? Yes.>>or is it possible to let cute editor to log in as a user when uploading files?Yes. Please follow the steps below:1. Right click on the upload folder, select properties, then choose the security tab.2. Add the specific users to the list of ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 13, 2005
  • Re: File upload name

    Hi CarolynObenberger, You can rename the filename by your own rule when saving For ...
    Posted to Ajax Uploader (Forum) by Jeff on June 28, 2011
  • Re: Image Upload Not Working

    Where is the AllowUpload function set? I cannot find it... and have not set it. All other functions are working properly. Everything works perfectly on localhost. File copied to server exactly as on localhost. The ''Upload Files'' button does not appear when using server, but does work on localhost. On localhost, the button takes a second to ...
    Posted to Cute Editor for PHP (Forum) by kidmoses on September 7, 2009
  • Re: Upload photo to database?

    Hi,   We are testing on this issue.   Before we found the reason , I sugguest you let the ~/UploaderTemp folder could be write by the ASPNET or NETWORK SERVICE account.   While you are streaming the data to database, the uploader still use that folder to improve upload performance.   Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on February 10, 2009
  • Re: upload on a different page than the browsing page

    Hi,   please check this sample code :   http://ajaxuploader.com/document/index.htm#page=create-custom-queue-table.htm   the queueui event can help you get the file list.     Here is the event list :   http://ajaxuploader.com/document/index.htm#page=JavaScript-API.htm   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on March 6, 2009