Search

You searched for the word(s): upload file
Showing page 62 of 336 (3,355 total posts) < 1 second(s)
  • Re: Checking file names when uploading

    Adam, Thanks for the mods. I have tested them and found a couple of problems: 1. In FilePost.asp, the new function ValidFileName only allows extensions gif, jpg, jpeg and png. This conflicts with the function ValidFileExtension which allows many more. Also, ValidFileName is used both for file type ''document'' and ''image''. 2. The ...
    Posted to Cute Editor for ASP (Forum) by Torquemada on June 5, 2005
  • Re: Duplicate file name bug

    Hi snaack, For now can not get the new name of the duplicate upload the file. I suggest you use the ''CopyTo'' method to save the upload file. In this method you can handle the file name and the file save location. About the same file name problem, please refer to ...
    Posted to ASP Uploader (Forum) by Kenneth on December 28, 2011
  • Re: saving multiple file uploads

    Diane, >>How do I specify the folder to save the uploaded files in? Also, can I change the filenames? Yes, you can specify the uploaded file name and location. For example, you create a multiple upload control: <CuteWebUI:UploadAttachments runat=''server'' ID=''TopicFiles''>        ...
    Posted to Ajax Uploader (Forum) by Adam on May 15, 2008
  • Re: max file sizes

    jjonesdtrt,   Please check the following article:   PRB: Cannot Upload Large Files When You Use the HtmlInputFile Server Control?   SYMPTOMS When you try to use the HtmlInputFile control to upload a large file, the file may not be uploaded. CAUSE This problem occurs because the default value for the maxRequestLength ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 19, 2006
  • Re: How to restrict file type(with using file extension) in "Insert Document" preview window?

    Hum...That's not what I mean.   I want user upload serveral file types(as I defined..)   I just want to ''Not Interact with preview window.''   case 1 ) User A upload : *.xls not preview file.   case 2 ) User A upload : *.jpg preview file.        
    Posted to Cute Editor for .NET (Forum) by coverboy on May 12, 2007
  • Automatically Redirect after Upload is complete

    Thanks for the quick reply on the File Upload naming question, it worked for me.  I have another question though. After the file is done uploading, the control seems to refresh the page automatically to itself.  Is there a way to prevent this?  I'm using the control in an iframe so I'd like the user to select the file, have the ...
    Posted to Ajax Uploader (Forum) by djnotepad on June 29, 2011
  • File/Image upload not working

    I really like the way CuteEditor works and would love to get it inplemented on our site.  My only sticking point now seems to be image and file uploading.  I've searched these forums and:   Yes, my /images folder has RW permissionsYes, I've tried implementing impersonationI'm using default.config with EVERYTHING set to trueI added ...
    Posted to Cute Editor for .NET (Forum) by davedr on April 19, 2010
  • Not able to upload .xlsx file in cute editor

    Hi,   I have a issue regarding cute editor.  I need to upload the excel file(.xlsx) via cute editor. For that I added the following key in Admin.config, default.config and guest.config. The added key is: <item>.xlsx</item> ….under <security name="DocumentFilters"> On doing so, I am able to ...
    Posted to Cute Editor for ASP (Forum) by Rakesh692 on March 14, 2013
  • Re: File Upload is Interrupted by Server Randomly

    Thank You for the quick reply. :) I am using the most recent version of the uploader. I have also set the Temporary File Location as well. From web.config in my ...
    Posted to Ajax Uploader (Forum) by Washogren on November 10, 2009
  • Re: How do I code for single file manual upload?

    Hi Ken, I'm sorry I didn't clarify that.  The problem is that the uploader attachment never has any items.  When debugging, after I add an attachment, I click the Submit button and step through my code.  The items count is always 0. Any ideas as to what I'm doing wrong? Thanks!
    Posted to Ajax Uploader (Forum) by dmathews on February 15, 2012
« First ... < Previous 60 61 62 63 64 Next > ... Last »