Search

You searched for the word(s): upload'A=0
Showing page 167 of 656 (6,557 total posts) < 1 second(s)
  • 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: how do I edit

    Hi sewox,   Which error message you mean? can you show me the full message?   And what do you mean register in order to sql connection? can you explain your requirement in detail?   If you mean save the upload file info into database after uploaded. you can achieve it by the code below   <%@ ...
    Posted to ASP Uploader (Forum) by Kenneth on February 21, 2013
  • Re: Stop reload of queue table after upload

    Hi DamianHartin, Please use control Uploader and set MultipleFilesUpload to true. It should not show the attachment table.     <CuteWebUI:Uploader ID=''uploader1'' runat=''server'' MultipleFilesUpload=''true''>             ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 28, 2011
  • Re: Insert Image - upload button in Firefox 3.6 is NOT clickable

    Hi kun,   Try this way:   Open file: CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx Find section below:   <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader>   Change to:   <CE:Uploader id=''InputFile'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 26, 2010
  • Re: Onload rendering error

    Here it the rendered control. Warning... Its not pretty!              <input id="ctl00_ContentPlaceHolder1_fileUploaderAjax" name="ctl00$ContentPlaceHolder1$fileUploaderAjax" type="hidden" autocomplete="off" /><img ...
    Posted to Cute Editor for .NET (Forum) by SilkGaz on November 21, 2012
  • How to capture the upload event in Insert Image dialog

    I am using the InsertImage dialog to manage the images in my application. I need to capture the upload, run my own image handling routines and store its path in a database. Is there a way to capture this like you can with the standard Uploader control on the VS 2012 toolbox?
    Posted to Cute Editor for .NET (Forum) by oddball on June 18, 2013
  • Upload file restrictions

    Is there any way to take off the default file restrictions for uploads? Most of the files our operators try to send to clients are in the form of xls, doc, ppt and pdf, but they keep getting an error when they try to upload them saying the file extension is invalid.
    Posted to Cute Live Support (Forum) by silent-cartographer on July 11, 2007
  • Re: How do I code for single file manual upload?

    Hi dmathews, The example below shows you how to get the file info after uploaded. <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 12, 2012
  • how can I set a REMOTE SERVER as the upload/browse path?

    I need to specify ONE remote path for all uploads, not a relative path on the same domain. How can I accomplish? The closest I got was I tried setting the AbsoluteImageGalleryPath at the php level to a fake folder:  $editor->AbsoluteImageGalleryPath = '~/somevirtualfolder'; and in the apache config, added an ...
    Posted to PHP File Uploader (Forum) by cosmonaut on March 25, 2011
  • ISAPI Rewrite of URL not being picked up after image upload

    The page we have the image uploader on usually has a URL of:http://localhost/BibleStudyTools/community/users/ so it goes to the default.aspx page. After uploading an image, the URLchanges on its own to http://localhost/BibleStudyTools/community/users/default.aspx and works fine.  No problems.   However, we can arrive at the same page ...
    Posted to ASP Uploader (Forum) by debdba on July 7, 2010