Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): IE 9 upload
More Search Options
Showing page
49
of
656
(
6,557
total posts)
< 1
second(s)
Re: how i change file name before upload
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(); ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
December 26, 2011
Getting File Duplicate Alert even if I have removed the file from upload
Hi, I am using following js while selecting files and when I remove one file from there and add the same file it is giving me alert that duplicate files. So can we remove the file from the array when we are removing the file from uploader?? var uploadedFiles = []; function ...
Posted to
Ajax Uploader
(Forum)
by
lbhatt
on
October 19, 2011
Re: Not able to upload files of size more than 1gb
Hi stephen_albert, Please try the example below, does it work for you? <%@ Page Language=''C#'' Title=''Customize the queue UI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
August 30, 2011
Re: how to set total Upload file size limit.
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, ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
August 24, 2011
Re: Determine upload type
Hi Prosu, Please try the following javascript ...
Posted to
Ajax Uploader
(Forum)
by
Jeff
on
July 17, 2011
Re: automatic file-rename trigger on upload
Dear Cassiopeia, Please open ''\cuteeditor_files\Dialogs\upload_handler.php'', you can find the following code in this file: foreach($guidlist as ...
Posted to
Cute Editor for PHP
(Forum)
by
Eric
on
May 30, 2011
Re: Unable to upload
Hi TorskTallin, Can you create a test page by the code below and post your test page url? I will check it and get back to you as soon as possible. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''DotNetGallery'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %> <script runat=''server''> ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
May 18, 2011
Re: Redirect When Upload Complete
Hi msandwisch, Try the code below var fileName=''''; function CuteWebUI_AjaxUploader_OnTaskComplete(task) { fileName=task.FileName; var div=document.createElement(''DIV''); var link=document.createElement(''A''); ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
April 14, 2011
demo2 (File Upload with Custom handler) freezes in FF
Hi, I am running thrugh the samples on my site (hosted). Everything works, except demo2.php which freezes in FF 3.6.16. Here's the screenshot: It works in IE. I tried the same(?) demo at http://phpfileuploader.com/demo/demo2.php and there it works fine in FF. What to do? Cheers. P.S The ...
Posted to
PHP File Uploader
(Forum)
by
MrFast
on
April 2, 2011
Re: Image upload doesn't work - File format not allowed
Got same problem with .pngAll is fine with the mime array but somehow i get:imageimage/pngimage/x-pngFile format not allowed! Please contact site administrator. been search for image/pngin the files but can't find it. But still image/x-png seemt to NOT be allowed.How do I find the allowed array (if there is 1) facts:$Filter_Array in ...
Posted to
Cute Editor for PHP
(Forum)
by
bix
on
March 28, 2011
More Search Options
« First
...
< Previous
47
48
49
50
51
Next >
...
Last »