Search

You searched for the word(s): upload file
Showing page 47 of 336 (3,355 total posts) < 1 second(s)
  • Problem with image upload

    I tried to upload an image file (.jpg) using the CE image upload   The error msg is as followed: Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument /editor2/CuteEditor_Files/include_upload.asp   I have added in <%@LANGUAGE=''VBSCRIPT'' CODEPAGE=''1252''%> on the top of filePost.asp I am using CE ...
    Posted to Cute Editor for ASP (Forum) by aspuser on March 19, 2007
  • Re: Toolbar not showing

    view source   <!-- CuteEditor _ctl6:_ctl1:_ctl4 Begin --> <input type=hidden name='_ctl6:_ctl1:_ctl4:ClientState' value=''/><input type=hidden name='_ctl6:_ctl1:_ctl4:PostBackHandler'/><link rel=''stylesheet'' ...
    Posted to Cute Editor for .NET (Forum) by SUperDave on May 15, 2006
  • Re: remove file list during upload

    perfect! works! Also,1. Is there a way to style the "CancleAll" button? I did not see a property for that.. just the normal cancle.  ...
    Posted to PHP File Uploader (Forum) by mtimmons on January 8, 2013
  • Re: Upload excel file of extension .xlsx

    I have a form that contains the functionality of uploading multiple excelsheets(office 2007 with extension .xlsx)  that contains purchaseorder data.It was working fine for uploading a excel sheet with file upload control in dotnet. As I need to upload multiple excelsheets I have used ajax uploader in place of fileupload control. It is working ...
    Posted to Ajax Uploader (Forum) by veeresh123 on February 6, 2010
  • Re: Using DotNetZip to compress file during upload

    Hi jmestep,   Please try this code:   <%@ 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''>     protected void uploader1_FileUploaded(object sender, UploaderEventArgs ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 12, 2008
  • Choose a file, Carry out upload on a button event rather than immediatley...

    We are currently evaluating the Upload control for our new ajax enabled web application.   I have had a go carrying out an upload programatically and it seems very good.   We however need the UI behaviour to be different.  I would like to be able to choose a file without carrying out the upload immediately and then fire the ...
    Posted to Ajax Uploader (Forum) by Robert G on August 11, 2008
  • Error during downloadable file upload

    Hi, my max file upload size is set to 10000K. I am trying to upload a 3.14 MB pdf file.  I end up getting an error 1.  Can you please advise. Attached is the image of the upload screen.  Thank you. p.s. I couldn't attach the image cuz it said folder size exceeded but i can email it if needed.  Thanks.
    Posted to Cute Editor for PHP (Forum) by ibizard on January 7, 2011
  • disabled upload file button on demo

    Downloaded the demo code.  ran it under visual studio 2008 on my local.  All demos worked perfect.    Published demo project up to test server.  Created IIS site.  All project files and bin files copied up just fine.   Load up the project on the test server.  Loaded the Simple-upload.aspx demo page and ...
    Posted to Ajax Uploader (Forum) by BostonMerlin on May 1, 2009
  • Re: office 2007 file format filter

    Hi mharcement,   the html5 mode can not limit the user to select what file extensions, it only work for silverlight and flash mode. Like the screenshot below.   maybe you can set the silverlight and flash upload mode in a higher priority. like the code below.    <CuteWebUI:Uploader runat="server" ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 1, 2012
  • Re: How do i prevent the file from being saved to the tempdirectory when i am OpenStream to save the image myself ...

    Hi ScottDolan,   Please use method ''CopyTo'' to save the upload file.   <%@ 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''>       protected void ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 7, 2011
« First ... < Previous 45 46 47 48 49 Next > ... Last »