Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload'A=0
More Search Options
Showing page
194
of
656
(
6,557
total posts)
< 1
second(s)
Unable to upload files - check folder permissions
Hi Adam I've just upgraded to 6.3 and now i get a message pop up re unable to upload file, check folder permissions. All my files are supposed to be uploading to a SQL database. What do I need to change to get what was working under 6.1.2 to work under 6.3? Thanks Cheryl
Posted to
Cute Editor for .NET
(Forum)
by
cheryll
on
March 31, 2009
Re: Capture file names of images
Hi, It will fire event "UploadImage", you can try the code below, it will changes the upload image name to "cutesoft.jpg". Protected Sub Editor1_UploadImage(sender As Object, args As UploadImageEventArgs) args.FileName="cutesoft.jpg" End ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
August 14, 2015
Re: Error 401 when i uploading file on a Sharepoint site
Solution from Eric in LiveSupport: to change Upload Flash type to Iframe Type Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and modify the following code: <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader> to: <CE:Uploader id=''InputFile'' runat=''server'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Ggiry
on
October 7, 2010
Re: how to assign image from codebind to ajaxuploader
Please check this example: http://ajaxuploader.com/Demo/multiple-files-upload.aspx The source code of this example can be found in the download package. 1. You can get the array of uploaded files. 2. You can get the array of checked files. 3. So you can get the array of unchekced files, right?
Posted to
Ajax Uploader
(Forum)
by
Adam
on
November 26, 2009
Re: Session Expire during Upload
if session Is less then the Session will be expired irrespective of what ever is been done . So increase the session time to avoid this problem. try to set the session for Minimum 10 minites
Posted to
Ajax Uploader
(Forum)
by
Minisuit
on
August 7, 2012
Re: Image upload doesn't work - File format not allowed
When uploading files Cute Editor for PHP checks the MIME type for the file uploaded against an array of allowed mime types for security reasons. We are investigating the array of allowed mime types and will get back to you today.
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
March 19, 2009
Upload Fail
Greetings. We are evaluating your image gallery software for inclusion in our site and have found it extremely easy to integrate, with one exception. We are having a difficult time uploading files. Every attempt returns: Error , no files. at DotNetGallery.GalleryBrowser.UploadFiles(String ...
Posted to
ASP.Net Image Gallery
(Forum)
by
DarkStar76
on
March 5, 2011
Upload folder
Instead of having the Ajax Uploader send the file to a temp directory and then copy the file from the temp directory to the destination directory is there a way to have the file uploaded directly to the destination directory? Note: I don't want the file to be saved as ...
Posted to
Ajax Uploader
(Forum)
by
demmett
on
January 30, 2009
Re: Cute Editor Times Out when tried to upload images of 9MB from image Gallery
smitaswaika, Try putting this in the web.config of your site: <httpRuntimemaxRequestLength=''1000000000''/> make sure its is the <system.web> This is the request length which you can change to any size (in bytes) should solve your problem.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 17, 2006
Upload Dialog box is not opening in IE7
Hello: With the new version of the AjaxUploader DLL, we are experiencing some new errors. 1. The clicking of the main upload button causes an automatic post back. However, we resolve this with the CausesValidation set to false. 2. Using the CausesValidation = false causes the upload button not to open the dialog box ...
Posted to
Ajax Uploader
(Forum)
by
dgilgallon
on
October 23, 2008
More Search Options
« First
...
< Previous
192
193
194
195
196
Next >
...
Last »