Search

You searched for the word(s): upload'A=0
Showing page 232 of 656 (6,557 total posts) < 1 second(s)
  • Re: http erro1: 403: Forbidden during upload

    Hi,   Do you get this problem on special machine or special browser? or get it on any machine/browser? can you send me your uploader page url? So we can test it too. you can send the page url to Kenneth@CuteSoft.net directly.   Regards,   Ken 
    Posted to PHP File Uploader (Forum) by Kenneth on March 28, 2014
  • Re: How to reset instance of AjaxUploader

    Hello,   I just did as you suggested and created a sample web site to illustrate the problem, and managed to see an exception that gets thrown (in the original project it somehow is being gobbled up somewhere): The process cannot access the file ...
    Posted to Ajax Uploader (Forum) by farinha on February 20, 2012
  • Re: image, category and default album config files

    Hi globosoft, About the userID question You can specify the User by property ''LogonUserName''; Like gallery1.LogonUserName = ''ken'';gallery1.LogonUserName = Context.User.Identity.Name; --------------------------------------------------------------------------------------- 1. Be able to upload images with multiple file ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on March 31, 2011
  • Re: Object required: 'jfile'

    Eric, this is my code: <body>  <div class=''demo''>                                <h2>Selecting multiple files for upload</h2>   <p>ASP Uploader ...
    Posted to ASP Uploader (Forum) by luisfel28 on April 30, 2010
  • Re: Page still reloads?

    Adam, cutechat, thanks for your replys! OK, so I see. But suppose I use Microsoft AJAX and sending a server request is ok performance wise but I need to distinguish the event generated by the file upload from other events that causes post back so that I can direct my code behind depending on which control that is causing the post back, how do ...
    Posted to Ajax Uploader (Forum) by trimmades on May 25, 2009
  • Re: ContentType of uploaded/downloaded file?

    ''Where do yout want to get this''. That is essentially my question rather, where is it available to me? Yes I am storing files in the database. I need the ContentType at download time so I can properly send the correct ContentType to the browser.   There are two solutions I am familiar with:   1) Get and store the ContentType sent ...
    Posted to Cute Editor for .NET (Forum) by Ryan Fagan on January 18, 2007
  • Re: MultipleServerMode for NLB

    Adam, Thanks for your efforts, but I had to customize a solution.I'll post it here for anyone else in my situation.You don't need to address it any further, I'm satisfied with where I'm at.Since we'll be dealing with nearly 20,000 images, the database option is not an option.The UNC path is also not an option in our environment.1. ~ I set ...
    Posted to Cute Editor for .NET (Forum) by mkk14 on September 29, 2006
  • Re: setting maximum amount of KBytes for Upload

    i would not like to see maxallpath size.. if we would have maxflashpathsize etc... it would keep you in control more.. and since you only have 4 or 5 different filetypes.. no problem here.
    Posted to Cute Editor for .NET (Forum) by orah666 on August 27, 2004
  • Re: Problem in uploading huge files - Size gt 3MB

    AspMaxRequestEntityAllowed = ''204800'' This limits upload size to 204,800 bytes. You can change that to a large value (such as 2000000000 for 2 gigabytes) to allow your Windows 2003 server to accept large uploads.   If your server does not allow the Metabase Edit-While-Running feature, you will need to stop the IIS service before you ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 27, 2007
  • Re: Need a form to specify "SaveFiles" directory

    Ken, you were right.  Silly error on my part.  Thanks for the great support on this product. I moved the file handling code into a seperate method away from the form and now I'm getting a new error ''Fatal error: Call to a member function GetUploadedFile() on a non-object in D:\Hosting\3380894\html\private\mike\Test\uploadfiles.php ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 17, 2012