|
Search
You searched for the word(s): upload file
Showing page 22 of 336 (3,355 total posts)
< 1 second(s)
-
Hi fahim, The following code shows you how to rename the uploaded files, process other logics programmatically in handler page (UploadUrl). <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php $uploader=new PhpUploader(); ...
-
Hi jgoyani, Please try the example below <%@ 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 attachment1_AttachmentRemoveClicked(object sender, ...
-
Hi ibhadelia, It just do one post back, please try the example below. When you click on the post back button, the page will do a post back and label1 will add ''-1''.(click a few times to test it) Then try upload multiple files, you can see the label1 just add one ''-1'' in it. <%@ Page Language=''C#'' %>
<%@ Register ...
-
Hi
the error is reported by our user, we cannot repeat the same error. checked the database found the most of upload files cut off at 65536 bytes and the Uploader_FileUploaded event have not been fired yet.
looked around the forum, we found one similar issue, http://cutesoft.net/forums/thread/47795.aspx.
so we changed the uploadtype ...
-
I'm dying to find a way to not show the file listing panel, cancel, and/or cancel all buttons.
It makes it impossible to show this button in a fixed location on a page and not have the UI look terrible while uploading multiple files.
I've yet to buy this control and, while this control is one of the best out there, I can't find a ...
-
john,
I think it's not a server issue. Most likely it's client side issue.
When you testing local and server, are you using the same browser?
Are you using AjaxUploader version 3.0?
Which version of .NET framework are you running on the server?
Can you try the following example and get back to ...
-
I’m having some issues when using the editor as a file manager.
1) The upload section appears, but the input box and the browse and upload buttons don’t most of the time. In a test I just did, they appeared three times out of ten.
2) When I upload a ...
-
Problem
When uploading large files in .NET, the following error may be received:
System.Web.HttpException: Maximum request length exceeded...
This error relates to ASP.NET's maxRequestLength setting. By default, ASP.NET limits requests to 4096 kilobytes (or 4 MB), as explained in this Microsoft KB article: ...
-
I am having the exact same issue. I upload an image, and after I ''MoveTo'' the image becomes locked. I can't upload a file with the same name because I can't delete it with code. I try to delete it manually with windows explorer, and it's locked by the IIS Worker Process as explained above. It works fine locally, it's ...
-
Hi,
Please refer to http://www.ajaxuploader.com/large-file-upload-iis-asp-net.htm and set the "maxAllowedContentLength" setting from IIS directly instead of set in web.config. you also can find a debug file at the bottom of this page, it using the nromal asp.net upload control, you can try that file with a 30 MB ...
... 22 ...
|
|
|