Search

You searched for the word(s): upload'A=0
Showing page 319 of 656 (6,557 total posts) < 1 second(s)
  • Re: Security configuration file

    All of our cute editor windows that allow file upload are in the admin section of the site which is password protected. I tried the code from above and am still get a ''The area you are attempting to access is forbidden'' message in the pop up window when you try to upload any files.   here is a copy of the default.config file I have made a ...
    Posted to Cute Editor for ASP (Forum) by TimShaffer on July 24, 2009
  • Re: FileUploaded event did not fire when file uploaded successfully !

    Hi acomas,   Do you want the FileUploaded event fire before the completion of the upload?   like:   1.fire some events(if true can upload,else can not upload) 2.file upload   if so,you can try the following code: <%@ Page Language=''VB'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 ...
    Posted to Ajax Uploader (Forum) by Kenneth on October 8, 2008
  • Re: Problem With Uploads

    Depending on what path I use in the  editor.ImageGalleryPath  setting, the image upload part of the dialog box (Edit/Insert Image) either is empty or it is there, allows me to browse for an image, but when I click upload it does nothing.    If I use an absolute path to the ''uploads'' directory, i.e., a full URL, the ...
    Posted to Cute Editor for ASP (Forum) by BBall on June 26, 2004
  • Re: Need a form to specify "SaveFiles" directory

    Here's the code: <?php require_once ''./phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <?php if (!is_dir)  mkdir (''D:/Hosting/3380894/html/tmp'', 0777); else  chmod(''D:/Hosting/3380894/html/tmp'', 0777); ?> <html> <body> <form id=''form1'' method=''POST''> Upload ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 16, 2012
  • Re: Error: Objet reference not set to an instance of an object

    cutechat: Hi,   I am not sure what's wrong now.   because I can't reproduce it on your website.   please add this into web.config and try again.   <add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True'' />   and also , you can let the user test this page ...
    Posted to Ajax Uploader (Forum) by Tux on March 14, 2012
  • Re: Uploader not working in Safari 5.0.2

    OG1,   Thanks for your video. Now we have some thought.   The PC installed silverlight 2.0 , the silverlight file browsing dialog is the 'modal' mode, which prevent user click other UI of the browser.   (To confirm it, please try this : Maybe the UI will be blocked even you click the 'Cancel' button on the file ...
    Posted to Ajax Uploader (Forum) by cutechat on October 25, 2010
  • Re: FLM Error: Invalid Size !1310720

    I'm having the exact same issue.  My app uploads .xls only. Fortunately, limiting upload size isn't a priority and I can do it with php.ini if need be.  It seems setting $ps to NULL seemd to clear the error, but please let me know if you create a patch for this or fix it in the next version. Thanks
    Posted to PHP File Uploader (Forum) by stemithy on February 19, 2010
  • Re: PHPfileuploader errors

    $uploader->TempDirectory=''/home/charterh/tmp''; This doesn't work for me, I changed the GetSystemTempFolder back to the original and tried the above and nothing happens, the file uploads ''somewhere'' but after the upload the ''Uploaded File:'' information doesn't appear.  The MoveTo method just use the move function , so the ...
    Posted to PHP File Uploader (Forum) by cjmoore on June 24, 2009
  • Re: Progress bar problem

    It is odd, I've sent you a link to the site in a private message.   The site is hosting a DNN site.  We have other ajax components that work fine and no other outstanding problems so its very odd that the component won't work.  Hopefully when you see its behaviour for yourself you might get some inspiration! :)   You'll ...
    Posted to Ajax Uploader (Forum) by devore on September 23, 2008
  • Re: Security Exception Thrown under .NET 2.0 Medium Trust While Uploading Files/Media

    Jamie,   >>it's just that it seems like a lot of work just to make the file upload work remotely in a situation where and ISP uses UNC.   It needs some configurations. Because the local ASPNET account or NETWork Service account don't have permission to access the remove server by default.   >><security ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 17, 2006