Search

You searched for the word(s): control
Showing page 13 of 101 (1,008 total posts) < 1 second(s)
  • load the upload control dynamically

    Hi I have the upload control working on a page. I am now trying to load it dynamically. However the cancel and insert buttons css appear to be read only. How do I set these dynamically please?   <attempted code> Dim CuteWebUIUploader As New CuteWebUI.Uploader CuteWebUIUploader.ID = ''Uploader'' & ...
    Posted to Ajax Uploader (Forum) by ian pettman on June 11, 2009
  • Customization of the control

    I have a few questions on the customization of the appearance of the control:   1) How to hide the filename of the file that has just been uploaded? ShowProgressInfo = false does not remove the final text.   2) When using the ProgressCtrlID as a panel (as in your example), the progressbar is still displayed incorrectly. See the ...
    Posted to Ajax Uploader (Forum) by CatenaLogic on October 8, 2008
  • Re: Hide browse button for UploadPersistedFile control

    public partial class ImageUploader : System.Web.UI.UserControl   { #region Variables private string _uploadFolder = ''~/Upload/Temp''; private string _imageHandler = ''''; #endregion #region Constructor & destructor #endregion #region Properties /// <summary> /// Gets or sets the upload folder /// ...
    Posted to Ajax Uploader (Forum) by CatenaLogic on October 7, 2008
  • Re: assigning Temporary File Folder using MvcUploader vice web.config

    yeah, I think that would work.  the ashx file is probably saving to the default location (the one set in web.config in my case currently) only setting it in the control means it is looking for it in one spot when it was originally saved in the default.   Currently I am only using the ashx file as a skeleton to handle the initial ...
    Posted to Ajax Uploader (Forum) by gustyn on January 6, 2011
  • Re: Upload Control not clearing after upload

    Hi ChrisThomas,     Do you use CuteWebUI:UploadAttachments ? Like below:   <CuteWebUI:UploadAttachments ID=attachment1 runat=server></CuteWebUI:UploadAttachments>   If you want to clear all, please use CuteWebUI:Uploader and set MultipleFilesUpload=true. Like below:   <CuteWebUI:Uploader ID=upload1 ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 4, 2009
  • Re: Drag and Drop - Disable choosing a folder

    Ken      I can drag and drop a folder into the upload area of the  control but when I go to upload  an error pops up saying      html5: The task was interrupted.  I did this on your demo site   http://ajaxuploader.com/demo/Drag-drop-file.aspx   Many users will attempt to do ...
    Posted to Ajax Uploader (Forum) by kevinbechard on July 29, 2016
  • Error Silverlight : The upload task is interrupted!

    Hi we have the ajax uploader v 3.0.0.0 - it works fine in a couple of user controls we have within an vb asp net (4.0) project. So we copied the code and loaded the control on another user control and when we try to upload a file we get the following error: --------------------------- Message from ...
    Posted to Ajax Uploader (Forum) by ian pettman on July 21, 2011
  • FireFox + UploadType.IFrame : need to click two buttons in order to get the select file dialog

    We have a problem that occurs only with Firefox and UploadType set to IFrame: in this case, when clicking the ''browse'' button of the UploadAttachments control, then a control similar to the html upload control is displayed. And we have to click the ''browse'' button of that control in order to popup the dialog in which a file can ...
    Posted to Ajax Uploader (Forum) by pierre on November 18, 2010
  • Question regarding component lifecycle

    I am working on an application with which you can construct a fax by filling out a form and attaching one or more documents. On one particular form, one use case has the user attaching a document (with it automatically being uploaded) either one at a time or in mass. At some point the user either manually fills in the destination information ...
    Posted to Ajax Uploader (Forum) by kbenz on December 4, 2009
  • Unable to write to folder

      After deploying the control to the testing environment I get the following error:  Unable to write to folder:~/Data/Temp.  Please change the permissions of this folder or specify a temporary folder using TempDirectory property or setting temporary file location in web.config. I have the following entry in the configuration ...
    Posted to Ajax Uploader (Forum) by anddell on July 12, 2009
« First ... < Previous 11 12 13 14 15 Next > ... Last »