Search

You searched for the word(s): upload'A=0
Showing page 250 of 656 (6,557 total posts) < 1 second(s)
  • .resx help please (ASP uploader)

    We are trying to use ASPUploader from the examples provided in the download. We have it working...but the files get uploaded as .resx files. How do we get them uploaded as regular files (.jpg, etc...) We need to display them on the page and actually keep them on the server. The only way we could get this to work at all was to use this code. Any ...
    Posted to ASP Uploader (Forum) by IPixel on January 27, 2011
  • Re: Extra validate

    Dear SergeyC,   Yes, you can add extra code to validate the uploaded files and interrupt the upload process, please refer to the following code: <%@ Page Language=''C#'' Title=''First sample'' %>   <%@ Import Namespace=''CuteWebUI'' %>   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by Eric on January 27, 2011
  • Re: Will Cute Editor Do this?

    Dear Oldhammer,   1. How to save the edited content to document?      http://phphtmledit.com/Edithtml.php, you can find its source code in installation package.   2. How to set unique upload folder for every user? For the different users, you can set different Image Gallery path for each user. User ...
    Posted to Cute Editor for PHP (Forum) by Eric on January 26, 2011
  • Re: ERROR WHEN CULTURE IS SET TO ar-SA

    Hi hassan, This issue only happen on the trial license. Please change the CurrentCulture to ''en-Us'' before method below(red code) and than change back to ''ar-SA'' after it. CuteWebUI.MvcUploadFile file = uploader.GetUploadedFile(fileguid);  Below is the new code of ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 17, 2011
  • Re: Cannot get it to work

    Dear Loet van Oostenbde,   1. please open file ''\phpuploader\include_phpuploader.php'' 2. you can find the following code around line 395      $cd=dirname($this->GetWebPath(__FILE__));       $this->ResourceDirectory=''$cd/resources'';      ...
    Posted to PHP File Uploader (Forum) by Eric on January 10, 2011
  • Existing Files - Display on Form

    I have the ajax upload working using the Attachment Table demo. This works really well for the Insert.   Need help with the following: Existing file list relating to the record needs to be aded to the Attachment table so I can allow users to delete existing records.   I am not sure how to pass the file list to the list considering ...
    Posted to ASP Uploader (Forum) by Edd on December 31, 2010
  • error on session timeout

    Hi, We are using cutesoft AJAX uploader. The uplodaer is implemented using HTTP Modules. Everything works well. The problem is that if the user clicks the upload button after being idle for long (means after session time out) the control throws and error. I just want to know the work around to bypass this issue. Note:- We are just ...
    Posted to Ajax Uploader (Forum) by anujyadav on December 20, 2010
  • Asp Uploader not loading

    Still in testing phase, but had worked fine for several weeks after some re-programming. However, today, the upload form is simply not there. Checking the source code shows a <form...></form>, with nothing in between. Obviously, in the asp code, inside the <form> is where the aspuploader is called, but it is not outputting ...
    Posted to ASP Uploader (Forum) by foolishmortal on December 14, 2010
  • Flash ERROR

    We've our web-server (Win2k3/IIS6 with ASP enabled) behind a Proxy/Firewall (MS-ISA 2k7) with configuration to publish (via HTTPS protocol) our internal web-server/application to the internet: the ''reverse proxy'' feature require a ''plain text'' authentication (protected with HTTPS) to access to DMZ. Inside our network (intranet) everything ...
    Posted to ASP Uploader (Forum) by Alex68 on December 3, 2010
  • file size problem

    we have recently downloaded aspuploader to check it for a new project and have found the following bizarre behaviour. In our in-house server the uploader works great , but in the remote server we can only upload files up to 40Kb !!! even thou we have set uploader.MaxSizeKB to 2MB. It surely must be a server configuration problem, but ...
    Posted to ASP Uploader (Forum) by abaco on December 2, 2010