|
Search
You searched for the word(s):
Showing page 3 of 123 (1,230 total posts)
< 1 second(s)
-
Hi GenNS, 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:<%@ Language=''VBScript'' %>
<!-- #include ...
-
Hi Joe, You can refer to the following method: protected void UploadAttachments1_FileValidating(object sender, UploaderEventArgs args)
{
string disabledExtList = ''aspx,asp,ashx,html,htm,mht,exe,dll,php,jsp''; ...
-
Hi mchamo, You can try the following 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 button1_Click(object ...
-
Hi adyboy369, Please try the following snippet:<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Hi bshamblen, I can reproduce this, we will investigate and get back to you ASAP. Thanks for reportingEric@cutesoft.net
-
Hi DBarsri, 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: <?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ...
-
Hi Roniel, Please add the following code in your page and test it again: <script language=''JavaScript'' type=''text/javascript'' >
function CuteWebUI_AjaxUploader_OnQueueUI(list)
{
return false;
}
</script> Thanks for askingEric@cutseoft.net
-
Dear yakar, Right now this feature is not supported. Thanks for askingEric@cutesoft.net
-
Hi bshamblen, Please follow steps:1. Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx''2. You can find the following line: <img id=''img_AutoThumbnail'' src=''../Load.ashx?type=image&file=resize.gif'' onclick=''AutoThumbnail();'' title=''[[AutoThumbnail]]'' class=''cursor dialogButton'' />3. Update it ...
-
Hi DBarsri, Can you post the creation code of php uploader here?It should look like the following: <?php
$uploader=new PhpUploader();
$uploader->MaxSizeKB=10240;
$uploader->MultipleFilesUpload=true;
...
3 ...
|
|
|