Results 1 to 8 of 8

Thread: file uploads

  1. #1

    Thread Starter
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488

    file uploads

    Hey, i want the user to be able to browse their hard drive and select a file and then submit it and have that file uploaded to my webserver.. is there away i can do this without using any cgi or perl? any other threads i can reference??

    Thanks
    -Matt
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  2. #2
    scoutt
    Guest
    can you use php or asp? if you don't use any of the above I think you will have a hard time doing it with javascript, if it does it at all

  3. #3

    Thread Starter
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488
    Yes i can use ASP.. but dont know exactly what to do.. could you help

    Thanks for the reply!
    -Matt
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  4. #4
    scoutt
    Guest
    sorry I don't know that much of ASP, but if you can get Sail3005 in here he might be able to help you. he is good with ASP I think. I only do PHP and I am learning that as well.

  5. #5

    Thread Starter
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488
    scoutt,
    thanks for the help... i found this site.. aspsmart.com that has code for doing what i am looking for.. ill play with that for a while..

    thanks again
    -Matt
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  6. #6
    scoutt
    Guest
    hey no problem. i might head over there too so I can get familiar with it.

    and by the way, Metallica rules. luv them guys

  7. #7
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Hmmmm....it seems that you may already be on the way to answering your own question, but, when i get a complement like scoutt said, i just must say something...

    here are some tips:

    to have a user browse their harddrive:

    Code:
    <form>
    <input type="file">
    </form>
    Also, to upload files, i think that you may need a component installed on the server to be able to do this...I have heard of one before i think that it is called ASPUpoad. Try and check that out if you need to.

    Hope you get your problem solved!



    let me know if i can be of more service..

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  8. #8

    Thread Starter
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488
    Thanks sail3005... ASPUpload was the program I DLed from ASPSmart.com... it does exactly what i need!!!

    Thanks for the help guys... this case is closed for now!
    -Matt
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

Posting Permissions

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



Click Here to Expand Forum to Full Width