Results 1 to 4 of 4

Thread: Upload Form

  1. #1
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    2,009

    Latest Awards:

    Default Upload Form

    Is there anyway in a upload form you can have a browse files button seperate from the text box with the address to the file?

    I mean like this;

    HTML Code:
    <input class="text_box" type="text" name="file" value="" />
    
    <input class="browse" type="file" value="Browse" />
    Instead of using

    HTML Code:
    type="file"
    Or in other words how would I get it so some one could click the browse buttons then click on a file and the address to the file would appear in the text box.

  2. #2
    Join Date
    Dec 2006
    Posts
    521
    Tokens
    0

    Default

    Ive seen another site doing it but it uses javascript i will try and find the link basically what it did was it was just a input text box and a button and the button did the browse function so you would need to find that in javascript and apply it to the text input as all a "file" really does is that browse your computer and paste the location into the box

  3. #3
    Join Date
    Jul 2007
    Location
    Burton-Upon-Trent
    Posts
    286
    Tokens
    0

    Default

    "Christmas remember its the thought that counts so think MONEY!!"

  4. #4
    Join Date
    Jul 2007
    Location
    Burton-Upon-Trent
    Posts
    286
    Tokens
    0

    Default

    Opps sorry its

    http://www.jotform.com
    "Christmas remember its the thought that counts so think MONEY!!"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •