Search

You searched for the word(s): submit
Showing page 2 of 3 (29 total posts) < 1 second(s)
  • Re: Cancel All Button

    Please try the following code:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on July 12, 2010
  • Re: Implementation

    Hi SteveS, You can run the following two examples on your asp uploader installation directly: example1:<%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on July 7, 2011
  • problem with refresh

    Good morning I have a problem with refreshing window. i found a post  about my problem, i tried to paste the same code but it didn't work. I use an external file to upload files and to insert records in a db, the file is  called by "var handleerurl=NAMEPAGE" so ... i think my uploader work with postback ... If i paste ...
    Posted to ASP Uploader (Forum) by DigitalMedia on January 30, 2014
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Ok you should use:  <input type=''button'' id=''submitbutton'' value=''submit'' onclick=''doStart();''> for the button, this way it works. But I have a problem. Now if I don't want to upload picture in a form, the button triggers nothing (I have removed the return false;) because obviously the OnTaskComplete is not triggered. How ...
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010
  • Re: Implementation

    But can you collect information on the upload page where the user is selecting file(s) to upload and it be submitted immediately after the file has completed the upload?   I guess what I am trying to say is that we are used to using ''forms'' and form fields for uploading files. Form fields were used in collecting particular information ...
    Posted to ASP Uploader (Forum) by SteveS on July 6, 2011
  • Re: Other Form Elements?

    Hi pln4keeps, In the example above, we use a button to start the upload. You can submit your form by this button too. Also you can use the submit button as the start button, then it will submit the form and start the upload and the same time. Regards, Ken 
    Posted to ASP Uploader (Forum) by Kenneth on February 14, 2012
  • How to upload file at the same time as the rest of the form is submitted?

    Hi there I am having a problem, I have read all the forum and documentation and I can not find the answer... I use a form with ASP upload that can upload 1 file. The upload is set to start manually because I'd like that the inserted picture is uploaded when the form is triggered. I tried using doStart function that uploads the file and putting ...
    Posted to ASP Uploader (Forum) by jerry2 on December 15, 2010
  • Re: Presale questions

    >>Are iframes supported on all major browsers + IE6?   Yes.   >>Do I have control over which solution is used?   Yes.   >>If I want to use the normal page refresh form submit, how do i cchoose iframe option?   Set UploadTypel to iframe.   >>The ''normal'' form submit way would ...
    Posted to ASP Uploader (Forum) by Adam on October 21, 2010
  • Grabbing the Filename and re-naming

    Hi there,   I am using ASP Uploader to add a picture to a set of data posted by a standard HTML form. I am trying to grab the filename of the upload and insert it into a database on submit. I tried capturing it via Request.Form("myuploader") but this just captures the key, what is the form or session variable for the actual file ...
    Posted to ASP Uploader (Forum) by Badgerator on November 20, 2013
  • Re: Presale questions

    This is the forth time I write this, using fast replay it refreshes after a minute or two and I loose everything I wrote :-8 Also your text editor doesn't work ok in Opera, paste doesn't work, freezes the browser when word paste popup appears. About the component, I always thought using binary write you can not use normal form fields any ...
    Posted to ASP Uploader (Forum) by jerry2 on October 18, 2010