Search

You searched for the word(s): IE 9 upload
Showing page 86 of 656 (6,557 total posts) < 1 second(s)
  • Re: How to change dynamically the upload directory for images?

    Please check the following articles: Setting up the Image gallery path   http://cutesoft.net/developer+guide/Specifying-images-path.htm Setting up the Flash gallery path http://cutesoft.net/developer+guide/Setting-up-the-flash-gallery-path.htm Setting up the Media gallery path ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 26, 2007
  • Re: Can File Upload Edit properties be disabled?

    Yes.   You can do something like this:   Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init     If IsAdmin Then         gallery1.ShowUpload ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on December 7, 2006
  • Re: Create Folders to upload images/media/flash files

    smita_swaika,   How do you set the image Gallery, File Gallery, Flash Gallery path?   If you set those path programmatically, you can do some things like this:   void SetUploadsFolder(string folder) {      string ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 3, 2006
  • Re: Unable to Upload File

    Frank,   It looks like it's still a permission issue.How did you set the ImageGalleryPath, MediaGalleryPath, FlashGalleryPath and TemplateGalleryPath? <security name=''ImageGalleryPath''>~/uploads</security> <security name=''MediaGalleryPath''>~/uploads</security> <security ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 27, 2006
  • Re: Upload image to different directory

    Ciaran, When use the physical path to specify the Image gallery path, the physical path must be part of the current web site. Use physical path: <security name=''ImageGalleryPath''>c:\inetpub\wwwroot\uploads</security>For your situation, I suggest you create a virtual path (''/uploads'') and points it to D:/IIS ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 10, 2005
  • Re: upload image problem!!!!!!!!

    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 share        Username: ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 5, 2005
  • Re: Image URL/Upload Question

    wescomputer,   Try the following steps:   1. Set the Editor.ImageGalleryPath Property to ''/Images'' in your applications as followings:       editor1.ImageGalleryPath  = ''/Images'';       Make sure the ''Images'' point to the same location:     ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 24, 2004
  • Re: Upload excel file of extension .xlsx

    I have a form that contains the functionality of uploading multiple excelsheets(office 2007 with extension .xlsx)  that contains purchaseorder data.It was working fine for uploading a excel sheet with file upload control in dotnet. As I need to upload multiple excelsheets I have used ajax uploader in place of fileupload control. It is working ...
    Posted to Ajax Uploader (Forum) by veeresh123 on February 6, 2010
  • Re: Upload button on insert image page requires user to login

    Still no resolution to this.  The site does use Windows Authentication but we have many site that use Windows Authentication and none of them have this problem.  Also the problem is a little different than I stated.  The user receives the prompt for credentials after he selects the file to upload and once he enters his user ...
    Posted to Cute Editor for .NET (Forum) by buddy__a on November 13, 2009
  • Re: Any way to "restart" upload from where it left off?

    Thanks, Adam for your quick response.  Given your response regarding the temp files specifically, perhaps I should just reword to ask..  Is there any way to implement restarting the file upload from where it left off, given it may have been interrupted halfway through?  Or is the user ''out of luck'' and would have to start out all ...
    Posted to Ajax Uploader (Forum) by emusters on November 3, 2009
« First ... < Previous 84 85 86 87 88 Next > ... Last »