Search

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

    I'm having the same problem but it's saving the file as stated in the first email.  I was using args.CopyTo and changed to args.MoveTo .  It sometimes works OK and sometimes doesn't.  This is on a web server so I can't have a hardcoded path.  I've been using: Dim txtFolderName As String = ''TempUploader\'' & ...
    Posted to Ajax Uploader (Forum) by CarolynObenberger on June 28, 2011
  • Re: Prevent auto population of title during upload

    Ken, when a photo is uploaded, DotNetGallery auto populates the Title field in the photos config file with the filename. I would like DotNetGallery to leave this field blank when uploading photos.   Example of contents of config file for a newly uploaded photo: <photo id=''DSCN0474'' categoryid='''' title=''DSCN0474.JPG'' comment='''' ...
    Posted to ASP.Net Image Gallery (Forum) by VanAwful on January 30, 2011
  • Re: Can not upload excel files

    I 've already added it to all three files in the security folder, but I'm only using admin file.Also, as stated above, I've added .xls and .xlsx to DocumentFilters since it is when I click ''Downloadble files'' (Dunno what is says in english  since I use swedish, but directly translated it should be something like that) that i get the ...
    Posted to Cute Editor for PHP (Forum) by bix on August 26, 2010
  • Multiple File Upload Hangs

    I've just installed the latest trial version of the AjaxUploader and have noticed that locally it works fine, however when I add it to our production server (Win2003, IIS 6.0) it starts uploading fine however when it gets to next file in the selection (i'm only uploading 4 files) it seems to start downloading but then it just hangs, where the ...
    Posted to Ajax Uploader (Forum) by PdQ on June 22, 2010
  • Re: Can I limit the upload size of all files ?

    Dear yakar,   Please use the following code:   function CuteWebUI_AjaxUploader_OnSelect(files)  {     alert(''CuteWebUI_AjaxUploader_OnSelect'');      for(var i=0;i<files.length;i++)      {            ...
    Posted to PHP File Uploader (Forum) by Eric on December 28, 2009
  • Adding HTML to the file upload list

    Is there a way to add HTML to the table that is generated that contains the list of filenames of files to be generated?  Specifically, I'd like to add a column to the table that contains a textbox  (html input tags) for each row...that I can manipulate in the code behind.   I looked through the documentation and forums but ...
    Posted to Ajax Uploader (Forum) by dminds on October 21, 2009
  • Session variable cleared after Upload

    I have an application that handles files. The files require some extra information for further processing. I'm using this control for file uploading: <CuteWebUI:UploadAttachments ID=''Uploader1'' runat=''server''  ...
    Posted to Ajax Uploader (Forum) by sancho on July 11, 2009
  • css class for upload files queue table.

    Hi,   I would like to be able to CSS style the standard Uploader Queue table, but the individual TD elements do not have classes and hence it is not possible to reference them in CSS. Can you let me know if it is possible to easily add class names to these TD elements or do I have to create a customer queue ...
    Posted to Ajax Uploader (Forum) by ian pettman on June 23, 2009
  • Re: "Upload Button" becomes Disabled that is used for the purpose of opening browser to browse a file

    Which version of Ajax Uploader are you using?   Can you try the following code?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on May 25, 2009
  • Re: Can't Upload anything V. 6.3

    Adam: Aaron,   I think for some reasons,  you are still using old version.   Can you download the control again and create a seperate application for testing?   http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx   Hi Adam,   Yeah, I'm definitely using the right ...
    Posted to Cute Editor for .NET (Forum) by Aaron Edwards on April 28, 2009