|
Search
You searched for the word(s): error
Showing page 221 of 969 (9,685 total posts)
< 1 second(s)
-
Hi jmoseley,
You can try the example below, it support resume. Note that, the resume function is based on the silverlight plug-in, so you need to set the upload type to silverlight and the browser must has the silverlight plug-in ...
-
Hi shaunw,
1. Multiple files select issue.
The multiple files select function is based on html5/silverlight/flash plug-in of the browser, please ensure that his IE 8 has silverlight or flash plug-in install.
Let your client try on demo page http://aspuploader.com/demo/form-multiplefiles.asp, if this demo page works ...
-
Hi,
Please try the new example below, the red code is what I am changed.
T<%@ Language="VBScript" %>
<!-- #include file="aspuploader/include_aspuploader.asp" -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
...
-
Hi anloboz,
For now can not catch the "MaxFilesLimit" error at client side. Sorry for your inconvenience.
maybe you try try another way to limit the max files, like below. Then you can handle it at client side.
<script type="text/javascript">
function ...
-
Hi Pbanerji, 1) allow users to select the files for upload Can you explain it in detail? by default the uploader allow user to select files for upload. 2) do custom validation and allow user to enter additional meta data about the files The example below shows you how to add the additional data <%@ Page ...
-
Hi PKKSW, Please test the example below Mehtod CuteWebUI_AjaxUploader_OnPostback() will fire after all file upload complete. The red code shows you how to get the file info what you need to save into database.(two places can get it) <%@ Language=''VBScript'' %>
<!-- #include file=''aspuploader/include_aspuploader.asp'' ...
-
Dear brijeshshah123, You need create bin folder in your cloud host, the license file should be copied to this bin folder, if license file is not found in ''bin'' folder, ajax uploader will throw error. You can contact your cloud host vendor and ask about how to create application or virtual directory in the cloud host. Hope it ...
-
Dear sheik1412,
Please refer to the following two files, if you save these two files, you will can run ajax-multiplefiles.php directly, this example demonstrates how to pass parameter between php uploader and its handler:
Ajax-multiplefiles.php:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php ...
-
Dear GenNS, This is not a limitation of demo mode. The download version is full feature and it is using 30 days temporary license, once license is expired, it will throw error message. What's the ajax uploader access url on your website? You can post it here or send it to eric@cutesoft.net, we will have some check. Thank you for ...
-
Dear attu143,
You can change
$uploader->UploadUrl=''myhandler.php'';
to
$uploader->UploadUrl=''myhandler.php?id=301'';
It will pass the value to handler.
Custom file upload handler
If you need further control over the parsing of the file uploading request, you can ...
... 221 ...
|
|
|