Search

You searched for the word(s): IE 9 upload
Showing page 77 of 656 (6,557 total posts) < 1 second(s)
  • Re: Multiple Image Upload Paths

    You can make changes to filepost.asp to achieve this.   In the line 104 of the filepost.asp, you will find the following code:   ' If your upload path is different, set that here filePath = ImageGalleryPath &''/''& fName savePath = server.mapPath( filePath) set saveFile = lf.createtextfile(savePath, ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 8, 2004
  • Upload Files, Images, Templates, Flash, Media in absolute directory

    Hello,   I need to upload all the files in a directory which is not inside the website root; for exaple:   Site Root: /var/www/websiteroot/web/ Upload Dir: /public/usr/uploaddir/   is it possibile to setup this environment runtime? Do I have to edit php file? Which ones?   thank you
    Posted to Cute Editor for PHP (Forum) by mantramm on December 23, 2009
  • Unable to Upload Files

    I'm trying to upload image files.  I have given the target folder write permissions on the ASPNET account.  However, i'm still getting the message box which says ''Unable to upload files''.  Any other ideas?  I imagine it's a permissions issue.  Thanks in advance.
    Posted to Cute Editor for .NET (Forum) by ghoff12 on October 17, 2005
  • Re: Upload Images to Folder

    It is still not showing up in the folder --<script runat=''server''>     void InsertMsg(string msg)     {         ListBoxEvents.Items.Insert(0, msg);         ListBoxEvents.SelectedIndex = 0;     }     void ...
    Posted to Ajax Uploader (Forum) by LVWiseguy on July 23, 2012
  • Re: Click Button to Upload and Nothing :(

    No javascript errors at all.Would rather not share my url :( in my header.php I have the correct line up: require_once ''phpuploader/include_phpuploader.php'';session_start(); the only thing I use different is ob_start(); So looks like this:  require_once ...
    Posted to PHP File Uploader (Forum) by gravy216 on August 31, 2011
  • Re: Upload using alternative user premissions/credentials

    Hi   Thanks for your response Terry.   The second of those two threads gets us pretty close to what we want; <add key=''CuteWebUI.AjaxUploader.WindowsUsername'' value=''Terry'' />   ...
    Posted to Ajax Uploader (Forum) by DanMcCoy on July 15, 2010
  • Re: "upload multiple files" button is not working in Mozilla 3.6.4

    Hi Kenneth           Thank you so much.... It is working fine. With out silver light also it is working fine in other PC(Mozilla 3.6.4). But in my PC it's working after silver light upgradation only. May i know why this happened  as well as the relationship between Silverlight and Ajaxuploader and Mozilla ...
    Posted to Ajax Uploader (Forum) by devteam on June 30, 2010
  • Re: error in upload.asp

    AlexR,   Please download the latest build and try the following code:   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --> <html>      <head>       </head>     <body>      <form name=''theForm'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 24, 2009
  • Re: Fire asp.net codebehind after upload

    Hello, thanks for the help, but could you tell me how to fire the server side UploadCompleted?Here is what I have:My Control on the page:  <CuteWebUI:UploadAttachments runat=''server'' ID=''UploadAttachments1'' InsertText=''Click to select Files'' OnUploadCompleted=''Uploader_UploadCompleted'' > </CuteWebUI:UploadAttachments> ...
    Posted to Ajax Uploader (Forum) by calmusz on September 3, 2009
  • Re: Upload Image is not working....

    HERE'S THE SOLUTION:   http://cutesoft.net/forums/thread/46182.aspx   Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and change the following code:   <CE:Uploader id=''InputFile'' runat=''server''></CE:Uploader>   to:   <CE:Uploader id=''InputFile'' UploadType=''IFrame'' ...
    Posted to Cute Editor for .NET (Forum) by brage on April 10, 2009
« First ... < Previous 75 76 77 78 79 Next > ... Last »