Search

You searched for the word(s): IE 9 upload
Showing page 56 of 656 (6,557 total posts) < 1 second(s)
  • Re: change upload-path dynamically

    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''; ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 8, 2005
  • Re: Problem with upload image

    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'', ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 13, 2005
  • upload .JPG FIX!

    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 ...
    Posted to Cute Editor for .NET (Forum) by bvo on June 1, 2005
  • Re: upload image problem!!!!!!!!

     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 ...
    Posted to Cute Editor for .NET (Forum) by sunnyz on April 5, 2005
  • Re: upload image from server A to server B

    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 ...
    Posted to Cute Editor for .NET (Forum) by sunnyz on March 31, 2005
  • Re: insert file upload on database

    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?
    Posted to Cute Editor for .NET (Forum) by andriex on March 22, 2005
  • Image Upload & Path Issue

    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 ...
    Posted to Cute Editor for .NET (Forum) by wescomputer on December 1, 2004
  • Re: change path to Upload directory?

    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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 10, 2004
  • Re: 5-second delay before upload button available

    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
    Posted to Ajax Uploader (Forum) by delamitry on May 20, 2009
  • Re: Upload more than 1400 files at once

    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 ...
    Posted to Ajax Uploader (Forum) by sansindia85 on October 17, 2011
« First ... < Previous 54 55 56 57 58 Next > ... Last »