|
Search
You searched for the word(s): IE 9 upload
Showing page 56 of 656 (6,557 total posts)
< 1 second(s)
-
Yes, below is an example:
private void security_Changed(Object sender, EventArgs e)
{
string temp = '''';
switch(RadioList.SelectedItem.Value)
{
case ''Administrators'':
Editor1.SecurityPolicyFile = ''Admin.config'';
...
-
Sedat K.,
All ASP programs on an IIS web server run under the same account. This account is usually named ''IUSR_[something]''. This is known as the ''Internet Guest Account''.Since CuteEditor for ASP is a ASP program, which runs as the Internet Guest Account, the permissions on the ''ImageGalleryFolder'', ...
-
Hi Adam,I'm not for sure if you have a fix for the .JPG uploader issue where the file extension is in upper case, but I have a very simple fix. Now keep in mind that this is for version 3.0 only. I don't know about version 4.0. Within the <head> </head> section of the file insert_image.asp there is a bit of javascript that ...
-
Adam wrote:
sunny, Please check this article:
Writing to a UNC path with the uploading tools If you can't get this work, please check your web.config file and make sure you use impersonation in your web config.
Step 1: Create a domain account which has the write permission to your UNC ...
-
I set up a virtual directory called ~/imageurl, which points to \\myserver\imageurl.and in config file, I specify <securityname=''ImageGalleryPath''>~/imageurl</security> When click insert image button, I get Apprently, your code did not use Server.MapPath to get the physical path which should be \\myserver\imageurl.I ...
-
i convert class from c# to vb but this class create list of files take it into database. i want insert into database only when i insert new file or image on component. how now, this class take me error because it look for image on database that it not exist. do you know how can i do use class only when i insert new image or file?
-
Here is what I am trying to do: The CE is located on a website like: http://www.domain1.com/application/pagewithce.aspx I want it to store/access pictures in a folder that exists in another domain, but on the same server. For example, I want the picture to be accessed from http://www.domain2.com/images which is located on ...
-
Colin,
Please check the following properties:
Editor.ImageGalleryPath Property
Specifies the URL path of the Image Gallery. default ''Uploads''
Editor.FlashGalleryPath Property
Specifies the URL path of the Flash Gallery. default ''Uploads''
Editor.MediaGalleryPath ...
-
If flash is loading, you will be able to right click on that blank page and see if you see the flash dialog. This is just a test to see if you are able to retrieve a swf file without error. Do you have any other flash elements on your existing pages and do they work without issue?
Greg
-
I could able to get the error message for an individual file whose file name is very long.But, I could not get the same message when I select multiple files (1897) and click open.After I select those 1897 files and click open, the following things are observed:1)The upload does not proceed.2)No error message or dialog gets ...
... 56 ...
|
|
|