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
69
of
656
(
6,557
total posts)
< 1
second(s)
Re: Upload Grid Displaying Uploaded File Disappears when Server Trace appears
Hi cjchamber, What you are using is "CuteWebUI:Uploader", it has not the attachment table. If you want to show the attachment table after upload, please use "CuteWebUI:UploadAttachments". And you can refer to http://www.ajaxuploader.com/Demo/Ajax-based-File-storage.aspx, it shows you how to create your own ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 11, 2013
Re: Server side exception, failed to upload
Hi goldseiker, Does it get problem with small size apk file too? Can you use echo phpinfo(); to ouput all php settings? So I can check the large file upload settings. And please check php setting "upload_tmp_dir", ensure that you have set value for it and your site has the write/read permission of the folder you set ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
September 2, 2013
Re: Using UploadPersistedFile and making file upload mandatory
Hi MarjaR, Please try the example below <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 18, 2011
Re: Upload button is static in IE 9
Hmmm...interesting...just right-clicked on the actual UPLOAD button and a Silverlight tag comes up! This control is built with Silverlight but IE 9 has a problem with it? That's Micosoft BS for you! I have also tried adding <meta http-equiv=''X-UA-Compatible'' content=''IE=8''> but that doesn't help either ...
Posted to
Cute Editor for .NET
(Forum)
by
lwb1962
on
May 13, 2011
Re: Can not upload excel files
Ok, now I've tried this quick and dirty solution:Added my own array with extensions in filepost.php, and if the original way didnt work, check my array $arr_xl=array(''.xls'',''.xlsx''); if (in_array(strtolower(GetExtension($filename)),$Filter_Array) || ...
Posted to
Cute Editor for PHP
(Forum)
by
bix
on
August 27, 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
Re: upload files button doesnt' work
Firefox 3.6When i click upload i get: start_recording is not definedOx934()Loader.js (wiersz 1)Ox98f()Loader.js (wiersz 1)var OxO95b3=[''ua'',''userAgent'',''isOpera...ow[OxO95b3[225]]=CuteEditorInitialize;with FireBug the funniest is that on IE on my local server when i go to gallery i get The area you are attempting to ...
Posted to
Cute Editor for PHP
(Forum)
by
bartg
on
February 19, 2010
Re: upload problems
Hi, I am new to this Cute Editor, But when i was uploading any images to my Hosting Server its giving some Access Denied Error. Server side exception, failed to upload triangle.jpg System.UnauthorizedAccessException: Access to the path 'C:\Windows\TEMP' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String ...
Posted to
Cute Editor for .NET
(Forum)
by
Vinay007
on
October 20, 2009
Re: multi-file-upload problems: localhost demo not working, silverlight reference issue
1. You are using the advanced examples. You should check the basic examples. 2. If Ajax Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution. If Ajax Uploader detects Flash is installed on your PC, It will use the Flash solution. If Ajax Uploader detects Iframe is supported on your Browser, ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
July 14, 2009
Re: Manually upload
Can you try the following ...
Posted to
Ajax Uploader
(Forum)
by
Adam
on
April 29, 2009
More Search Options
« First
...
< Previous
67
68
69
70
71
Next >
...
Last »