Results 1 to 4 of 4

Thread: FILE default value

  1. #1
    Join Date
    Oct 2005
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default FILE default value

    hi,

    does anybody know how to assign a default value for input type=file?
    Code:
    <input type="File" name="myFile">

    do we need Jscripts? such that:
    Code:
    document.xxx.myFile.value = "c:\blablabla.txt";
    ??

    Thanks

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Due to security purposes, the only way to set a value for file is to manually have the user select it. Otherwise, it would be possible to steal files from the user's computer one way or another.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. The Following User Says Thank You to djr33 For This Useful Post:

    Black Label (07-04-2008)

  4. #3
    Join Date
    Oct 2005
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    o no.
    the whole project depends on this action


    thanks djr ..

  5. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    What are you trying to do? Perhaps we can suggest something.

    However, there's a good chance your project is impossible, because the same functions could be used maliciously against the users.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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