|
Search
You searched for the word(s): IE 9 upload
Showing page 62 of 656 (6,557 total posts)
< 1 second(s)
-
Hi Alex ,
You can set CuteEditor image size upload limitation by using the MaxImageSize property.
MaxImageSize specifies the max size in Kbytes of the image files that the user has access to upload.
For example, if you want to set the image size upload limitation is 200k (by default 100k), you can using the following ...
-
I am able to upload media file in database, when XHTML of cuteeditor is not saved it works fine at the moment when i used it, but when i displaying that similar XHTML text by using Literal conrol, the media file is not running.
Is that i am doing something wrong, please tell me.
Thank you
-
-
Hi Eric,
Thank you for your reply!
I have this in the web.config:
<configuration>
<appSettings>
<!-- <add key=''DotNetGalleryClient'' value=''~/CuteSoft_Client/Gallery/'' /> -->
<!-- <add key=''DotNetGalleryFolder'' value=''~/GalleryFiles/'' /> -->
<!-- You can set a low upload speed to test ...
-
Unfortunately this does not meet our needs. We currently use impersonation for other disk read and write functionality, but we do not want the entire application to use impersonation all of the time. In code (just before a disk read/write) we initialise impersonation, perform the disk action, then end the impersonation, so that only ...
-
Hi, I´m sorry, The upload did work. The download of the files was corrupted. I streamed the file with follwing code:
// Write the data to the current output stream.
Response.OutputStream.Write(buffer, 0, length);
// Flush the data to the HTML output.
Response.Flush();Response.Close();
This is only working, if the compression ...
-
This is the HTML code, please note that now with Mozilla Firefox works fine, the problem is with Google Chrome ---------------
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html xmlns=''http://www.w3.org/1999/xhtml''>
<head>
...
-
No. It doesn't work also.
In your example editor i get error messages:
image/tiffimage/tiff File format not allowed! Please contact site administrator.
for tiff
image/x-citrix-pjpegimage/jpeg File format not allowed! Please contact site administrator.
for jpeg
image/bmpimage/bmp File format not allowed! Please contact site ...
-
Hi,
Just tried your demo and it seems to work fine. I get your custom error message. However:
I did some investigating and i found out that the reason i am getting the ''~interruppted'' error message is because the file is empty. If i try and upload a file which is not empty but of the wrong type, i get a message that says the ...
-
Hi Adam
Thanks for your reply.
I like the code function more cause you can turn it on or off for a particluar page (aspx).
As far as I know, there is not reference for the editor in CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx, so how can I get a reference for this file?
Also, is it possible to hide all ...
... 62 ...
|
|
|