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
8
of
336
(
3,355
total posts)
< 1
second(s)
Re: write additional form data including filename an folder (per image uploaded) to a database
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'' ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
May 17, 2011
Re: Silverlight Image File Upload Error
I managed to get my uploads to work by doing the following - I found this file - include_phpuploader.php (Directory - cuteeditor_files\Dialogs\phpuploader\) Then I editid it to modify the following - /// The global type of upload method to use. /// Auto|IFrame|Flash|Silverlight public ...
Posted to
Cute Editor for PHP
(Forum)
by
m00ser
on
March 3, 2011
Re: 5.2: Where to translate "Max file size allowed" in config file?
Bauer,Sorry, we missed this in the version 5.2.To change the above text, please open and edit the following files:InsertImage.Frame.aspx Gecko_InsertImage.Frame.aspx safari_insertimage.aspx .. And change the following code: <legend> [[Upload]] (Max file size ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 30, 2006
upload multiple files without multifile upload type
Hi, I want to upload 3 files at the same time (consecutively) with the click of a single button. But for the purposes of my site, I need to have 3 different file upload controls, because each control is labeld differently and is provided for a different file type. Eg one for a thumbnail picture, one for a colour picture and ...
Posted to
Ajax Uploader
(Forum)
by
snagpoonage
on
May 31, 2010
Re: Error in file upload
try this: <?php if ((($_FILES[''file''][''type''] == ''image/gif'') || ($_FILES[''file''][''type''] == ''image/jpeg'') || ($_FILES[''file''][''type''] == ''image/pjpeg'')) && ($_FILES[''file''][''size''] < 20000)) { if ($_FILES[''file''][''error''] > 0) { echo ''Error: '' . $_FILES[''file''][''error''] . ...
Posted to
PHP File Uploader
(Forum)
by
FriendyAnil
on
May 19, 2010
CuteEditor File upload bug (Maximum file size).
Dear sir I tried to set my maximum document size to 5MB in default security.config in security configration file. I also know that we can set <httpruntime maxrequestlength=''''> in web.config to any size. So i set that to 10 MB . When i try tp upload file of less than 5 MB it uploads perfectly (Which is fine) . When ...
Posted to
Cute Editor for .NET
(Forum)
by
shani
on
April 9, 2007
How to upload file at the same time as the rest of the form is submitted?
Hi there I am having a problem, I have read all the forum and documentation and I can not find the answer... I use a form with ASP upload that can upload 1 file. The upload is set to start manually because I'd like that the inserted picture is uploaded when the form is triggered. I tried using doStart function that uploads the file and putting ...
Posted to
ASP Uploader
(Forum)
by
jerry2
on
December 15, 2010
Re: Error upload ie8.0.7601.17514CO : File not find
Hi mtanquerel, Does it got problem with all files? Or just large file? Try create an folder name “mytemp” under your site root and set it for property “TempDirectory”. Give the full permission to user “Everyone” of this folder to test it again. <CuteWebUI:Uploader runat="server" ID="uploader1" ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 25, 2013
Re: Large File Upload
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 ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
July 1, 2013
Re: demo2 (File Upload with Custom handler) freezes in FF
Hi MrFast, Please wrap the uploader control by the <div> target <?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 ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
April 4, 2011
More Search Options
« First
...
< Previous
6
7
8
9
10
Next >
...
Last »