|
-
Jun 17th, 2001, 11:29 PM
#1
Thread Starter
Hyperactive Member
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]
-
Jun 18th, 2001, 02:44 PM
#2
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
-
Jun 18th, 2001, 02:59 PM
#3
Thread Starter
Hyperactive Member
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]
-
Jun 18th, 2001, 03:31 PM
#4
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.
-
Jun 18th, 2001, 04:41 PM
#5
Thread Starter
Hyperactive Member
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]
-
Jun 18th, 2001, 05:11 PM
#6
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
-
Jun 18th, 2001, 06:47 PM
#7
PowerPoster
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
-
Jun 18th, 2001, 07:20 PM
#8
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|