Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload file
More Search Options
Showing page
7
of
336
(
3,355
total posts)
< 1
second(s)
Re: Ajax Uploader - more control over 'Cancel All Uploads' button
Hi mchamo, 1) In client side, handle the event of the cancel all uploads button so that I can do other client side actions when this happens. Please refer to http://cutesoft.net/forums/post/63575.aspx 2) I would like to have my own button (called something else and not necessarily tied to the ajax uploader ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
June 10, 2011
Display alret when user tries upload file/s with a same name that already exist in DB
.I am using Ajax Uploader in my .net project, which is allowing user to upload multiple file at a same time. While uploading new file/s, I want to display a pop up to a user if he/she is trying to upload a file which is already exist in database.(i.e. file with same name ). If user says Yes then it should continue uploading file (Which will ...
Posted to
Ajax Uploader
(Forum)
by
Dev00515
on
January 26, 2013
Re: Unable to find file de604f2a-e96f-c0bc-3cda-56ac3ce1b27b in /tmp/uploadertemp
In an attempt to try and identify the issue, I have tested a very simple upload script as follows consisting of 2 files. [myUploader.htm] <html><body><form action=''upload_file.php'' method=''post''enctype=''multipart/form-data''><label for=''file''>Filename:</label><input type=''file'' name=''file'' ...
Posted to
PHP File Uploader
(Forum)
by
mediakitchen
on
July 25, 2012
Re: Unique file name on upload
epicweb, This feature is only supported in the .NET version. We will include it in the ASP version. In CuteEditor for .NET, we offer two solutions: 1. If the CuteEditor security policy file, developer can set the following setting: <security ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
May 4, 2006
Re: Can CuteSoft uploader be used to only upload one file at a time?
Yes, please check this example: Simple Upload with Progress A basic sample demonstrates the use of the Upload control. http://ajaxuploader.com/document/index.htm#page=ClassReference/CuteWebUI.UploaderBase.MultipleFilesUpload.html Ajax Uploader Class Reference ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
January 21, 2009
Re: Get uploaded real file name!!!
Hi Gianluca, For now has not the option to get this new file name. I suggest you handle the upload file store file name by method "CopyTo()", so you can always get the correct file name. The example page below shows you how to use method CopyTo to handle the upload file store location and the file ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
April 4, 2014
Re: Please how do i resolve this error: "You are probably hitting the file upload limit of IIS7.By default in IIS 7 requestFiltering has the MaxAllowedContentLength property enabled.It specifies, in bytes, the maximum length of the content in a reque
Hi proffy, Please refer to http://www.ajaxuploader.com/FAQ.htm#16, ''IIS7 and large files'' section. IIS7 and large files By default in IIS 7 requestFiltering has the MaxAllowedContentLength property enabled. It specifies, in bytes, the maximum length of the content in a request. The default is 30,000,000 ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
June 26, 2012
Re: Problem With Single file Upload
Please set the following property to false. Uploader.MultipleFilesUpload Property If true, the users are able to select multiple files in the file browser dialog then upload them at once. Example Code <?php require_once ''phpuploader/include_phpuploader.php'' ?> ...
Posted to
PHP File Uploader
(Forum)
by
Adam
on
October 2, 2011
Re: I need to Upload huge file
Hi Dima234, Ajax uploader is designed to work with up to 2GB files. The reason for the limit is simple - current browsers does not support upload of bigger files than 2GB over internet and IIS also accepts only 2GB files. ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 1, 2011
Re: How can I throw a server side error if file upload is not successful
hi RonR, Please try the example below. Upload a large file to fire the error. <%@ 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 b1_Click(object sender, ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
August 5, 2011
More Search Options
« First
...
< Previous
5
6
7
8
9
Next >
...
Last »