Search

You searched for the word(s):
Showing page 3 of 123 (1,230 total posts) < 1 second(s)
  • Re: Upload to virtual directory?

    Hi GenNS,&nbsp;Yes, this can be implemented.You can follow steps:1. Open IIS2. Navigate to the site which contains the ASP Uploader3. Create one virtual directory ''savefoldervirdir'' and let it point to the destination folder4. Save the following code to test.asp:&lt;%@ Language=''VBScript'' %&gt; &lt;!-- #include ...
    Posted to ASP Uploader (Forum) by Eric on June 28, 2011
  • Re: Validate Sum of file size for multiple files

    Hi Joe,&nbsp;You can refer to the following method:&nbsp;&nbsp;protected void UploadAttachments1_FileValidating(object sender, UploaderEventArgs args)&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string disabledExtList = ''aspx,asp,ashx,html,htm,mht,exe,dll,php,jsp'';&nbsp;&nbsp; ...
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • Re: Clearing Ajax Uploader items

    Hi mchamo,&nbsp;You can try the following code:&nbsp;&lt;%@ Page Language=''C#'' %&gt;&nbsp;&nbsp;&nbsp; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt;&nbsp;&nbsp;&nbsp; &lt;script runat=''server''&gt;&nbsp;&nbsp;&nbsp; protected void button1_Click(object ...
    Posted to Ajax Uploader (Forum) by Eric on June 28, 2011
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369,&nbsp;Please try the following snippet:&lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; &lt;?php session_start(); ?&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''&gt; &lt;html ...
    Posted to PHP File Uploader (Forum) by Eric on June 28, 2011
  • Re: Style Builder background image dialog allows thumbnail creation even with all security settings applied.

    Hi bshamblen,&nbsp;I can reproduce this, we will investigate and get back to you ASAP.&nbsp;Thanks for reportingEric@cutesoft.net
    Posted to Cute Editor for .NET (Forum) by Eric on June 27, 2011
  • Re: Unable to get file name of uploaded file

    Hi DBarsri,&nbsp;I tried the following code, those two highlighted code are commented, this example works fine on my end, the mvcfle return correct value, please check whether those highlighted code leads to your issue:&nbsp;&lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; &lt;?php session_start(); ?&gt; &lt;!DOCTYPE html PUBLIC ...
    Posted to PHP File Uploader (Forum) by Eric on June 25, 2011
  • Re: Clear Queue List using javascript

    Hi Roniel,&nbsp;Please add the following code in your page and test it again:&nbsp;&lt;script language=''JavaScript'' type=''text/javascript'' &gt;&nbsp;&nbsp; function CuteWebUI_AjaxUploader_OnQueueUI(list) { &nbsp;&nbsp;&nbsp; return false; } &lt;/script&gt;&nbsp;Thanks for askingEric@cutseoft.net
    Posted to Ajax Uploader (Forum) by Eric on June 24, 2011
  • Re: what about drag and drop upload?

    Dear yakar,&nbsp;Right now this feature is not supported.&nbsp; &nbsp;Thanks for askingEric@cutesoft.net
    Posted to PHP File Uploader (Forum) by Eric on June 24, 2011
  • Re: Style Builder background image dialog allows thumbnail creation even with all security settings applied.

    Hi bshamblen,&nbsp;Please follow steps:1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx''2. You can find the following line:&nbsp;&lt;img&nbsp; id=''img_AutoThumbnail'' src=''../Load.ashx?type=image&amp;file=resize.gif'' onclick=''AutoThumbnail();'' title=''[[AutoThumbnail]]'' class=''cursor dialogButton'' /&gt;3. Update it ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 23, 2011
  • Re: Unable to get file name of uploaded file

    Hi DBarsri,&nbsp;Can you post the creation code of php uploader&nbsp;here?It should look like the following:&nbsp;&lt;?php &nbsp;&nbsp;&nbsp; $uploader=new PhpUploader(); &nbsp;&nbsp;&nbsp; $uploader-&gt;MaxSizeKB=10240; &nbsp;&nbsp;&nbsp; $uploader-&gt;MultipleFilesUpload=true; &nbsp;&nbsp;&nbsp; ...
    Posted to PHP File Uploader (Forum) by Eric on June 23, 2011