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
84
of
656
(
6,557
total posts)
< 1
second(s)
Re: Automatically Redirect after Upload is complete
Hi djnotepad, I advise you refer to http://cutesoft.net/forums/thread/50918.aspx You can find the following function in that example: function CuteWebUI_AjaxUploader_OnPostback() { //clear the queue ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
June 29, 2011
Re: Prevent admin cosole to upload into default category
Hi honzas, You can achieve it by the following code. Find file 'CuteSoft_Client/Gallery/Editor/Explorer/Code.js' Find about line 59, add uploadbtn.style.display = ''none''; then about line 193 in function ShowAllPhotos(), ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Jeff
on
June 22, 2011
Re: Upload images and documents to SQL
Hi Eric, I got it working, I fond what I was doing wrong. The implementation is easy, if you know where to look but unfortunaltelly is not that easy without a guid so for any other developpers out there wanting to test this out, would be much better if a guide would exist. Also, if a VB version is existing then please make that available ...
Posted to
Cute Editor for .NET
(Forum)
by
ameltei
on
January 17, 2011
Re: Server side exception: failed to upload xxxx.zip - session expired ...
Dear morty, Please change temporary directory and test it again, you need update temporary directory path to your actual one: <?php $uploader=new PhpUploader(); ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
October 29, 2010
Re: AjaxUploader Control Upload is Slow and Then Fails
Dear jazzcatone, you must specify a temporary file location. You should ensure that the ASPNET user (NetworkService in Windows Server 2003) has read/write permission to this specified folder. You can easily specify the temporary file location using the following two methods: Using TempDirectory property For example: ...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
September 22, 2010
Re: Add two more fields while upload the file using php file uploader
Dear svsenthilmca, Please refer to the following code: <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <html> <head> <title>Example</title> </head> <body> <form name=''theForm'' action=''5.php?postback=true'' ...
Posted to
PHP File Uploader
(Forum)
by
Eric
on
September 6, 2010
Re: Multiple File Upload Hangs
Hi, The default configuration is not fit for load balancing. You need do more for your server. There's two solution for load balancing: 1 - set temp directory to a shared server , for example , \\sharedserver\sharefolder 2 - use database provider to store the temp files into SqlServer ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
June 29, 2010
Re: upload task interrupted error #2038
If you upgrade to the latest build, this issue should be resolved. If you don't want to upgrade, please follow the steps below: Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and modify the following code: <CE:Uploader id=''InputFile'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 24, 2010
Re: upload task interrupted error #2038
If you upgrade to the latest build, this issue should be resolved. If you don't want to upgrade, please follow the steps below: Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and modify the following code: <CE:Uploader id=''InputFile'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 24, 2010
Re: upload task interrupted error #2038
If you upgrade to the latest build, this issue should be resolved. If you don't want to upgrade, please follow the steps below: Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and modify the following code: <CE:Uploader id=''InputFile'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 24, 2010
More Search Options
« First
...
< Previous
82
83
84
85
86
Next >
...
Last »