Search

You searched for the word(s): upload file
Showing page 20 of 336 (3,355 total posts) < 1 second(s)
  • Re: URGENT file/image upload problem

    First of all, I didn't change any of your code, I just added some response.write stuff to check if all paths to the image and document folders were created correctly by CuteEditor. I already removed my changes. For example:   ../website/Brussels/4/images ../website/Brussels/41/images ../website/Cyprus/1/images ...I was already ...
    Posted to Cute Editor for ASP (Forum) by silicoNimagE on September 24, 2005
  • Re: Adding a progress bar to image and document uploads

    There are 2 change si made to the code   taken from upload.asp (renamed upload2.asp to save original code) *************************************************** <html> <head>  <meta name=''vs_targetSchema'' content=''http://schemas.microsoft.com/intellisense/ie5''>  <title>Upload ...
    Posted to Cute Editor for ASP (Forum) by eastwood on May 20, 2004
  • Re: Can it do mimimum file size validation?

    Hi David,   You can get the file size and valid it before the file save into your server. if too small, show the error ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 19, 2013
  • Re: How to change the file extentions allowed?

    Hi aviweiss,   You can ctach the error and show you own error message.   How to catch file upload error?To catch uploader error, you need to use CuteWebUI_AjaxUploader_OnTaskError or CuteWebUI_AjaxUploader_OnError event. Example: <%@ Page Language="C#" %> <%@ Register TagPrefix="CuteWebUI" ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 10, 2013
  • Re: the selected file is uploaded thousand of times

    You have two issues.   1. the problem is that the file is uploaded over and over (4,000+) until i click stop on the browser, what am i doing wrong?   upload_attachments.Upload(args.FileSize, args.FileName, stream) args.CopyTo(''~/kb/article/'' + Context.Request.QueryString(''id''))   Should be changed ...
    Posted to Ajax Uploader (Forum) by Adam on May 1, 2008
  • Re: File Explorer / Manager

    Gavin,     The ''insert image'', ''insert flash'', ''insert media'', ''insert document'', ''insert template'' dialogs contain the file manager.   You can use the file manager create the folder, delete the folder, upload/delete/rename the file.   For your situation, please check the ''insert template'' which also allows ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2005
  • Re: license file...

    Jon,   Yes, the license file should go in the bin directory by default.   I think you are using evaluation license file for some reasons. Solution: Please find the license file we sent to you and upload it to your server. If you can't find the license file, email us and specify the email address used for purchasing in your email. ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 30, 2005
  • Re: Hide the Cancel button that comes while uploading and rename 'CancelAll' button to 'Cancel'

    Hi MayurNarsale,   To achieve these requirements, you need to wirte your own queue table. The example below shows you how to achieve it.   For requirement 1, I used property "CancelButtonID" to define my own cancel button, so I can hide/show it in "CuteWebUI_AjaxUploader_OnSelect(files) " depends on the files ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 15, 2013
  • Re: Uploading / renaming files using Ajax - Newbie question

    Hi Edd, Please try the example below, it shows you how to add the timestamp into the file name. Note: need to change the path ''C:\inetpub\wwwroot\aspuploader\uploads\ '' to ...
    Posted to ASP Uploader (Forum) by Kenneth on November 3, 2010
  • Re: bug with upload !!

    This is a server-related limitation. IIS6.0 prevent the upload of files more than +200Kb. So you need to make some changes in the default IIS settings first. The solution is here: IIS 6.0 (Windows 2003) has a file named metabase.xml which resides in the C:\Windows\system32\inetsrv folder. Navigate to that directory and edit the file. Search for ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 15, 2004
« First ... < Previous 18 19 20 21 22 Next > ... Last »