|
Search
You searched for the word(s): upload'A=0
Showing page 298 of 656 (6,557 total posts)
< 1 second(s)
-
Hi mvjr,
The catch error function will check the file one by one, so it will not get all the large files at the same time. you can catch all upload file size when the user selec the files for upload, then check it by your own code, like below.
...
-
Hi raynovak,
Does it happens all the time? or randomly?
Please download the latest build http://ajaxuploader.com/download/Ajax-Uploader.zip, it support html5 upload mode, I think it will fix this error for this client. Also, you can let this client install the silverlight plug-in for his browser, it should work too.
This ...
-
Hi RichD,
1. Does the script send out an email notification when someone uploads a file?
You can add your own send mail function after the file uploaded to achieve this requirement.
2. Is there any sort of backend, or control panel to log into to retrieve uploaded files?
No, the php uploader just the upload control ...
-
Well...
For multiple upload, I know there are two possible modes: Flash and Silverlight. We decided forcing using the ''Flash'' mode in our product by explicitly set the property UploadType to CuteWebUI.UploadType.Flash. In that way, we know what customer are using when they complain about the multiple upload (otherwise ...
-
Hi snaack, For now can not get the new name of the duplicate upload the file. I suggest you use the ''CopyTo'' method to save the upload file. In this method you can handle the file name and the file save location. About the same file name problem, please refer to ...
-
Hi PeterK, The example below shows you how to custom the queue table, hope it help <?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 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 mchamo, First you need to know that, the uploader need to upload the file to the server, so the postback is necessary. If you need user finish some input or similar situations and than postback to the server. Please try use manually upload. Below is the online ...
-
Dear chintanshah,
uploader.js is obfuscated code and it is only available for source code license user. Please refer to the following snippet to change the UI:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
-
Dear rajmohanp,
Please upgrade to latest version (v6.6) directly. Copying some of files in the installation package of latest version will lead to more issues. the following is detailed steps:
Please follow steps:
1. Backup your website
2. Remove folder ''CuteSoft_Client''
3. Download cuteeditor for .net, download ...
... 298 ...
|
|
|