|
-
Jun 24th, 2001, 11:13 AM
#1
Thread Starter
New Member
upload problem.......help -- important
below is the coding that i created :
<form method=post action="upload.asp"
enctype="multipart...something">
<input type=text name=filename value="">
<input type=file name=uploadfile>
</form>
I allowed user to enter the filename. So
whatever file the user upload, the filename
will follow the name which they entered.
After posted the form, i use request("filename") to
get the filename value, but i couldn't
get it. I can get it only if i remove
"enctype="xxx" .
so i would i like to know how to get the other posted data where the form is in
:enctype="multipart...something": ?
-
Jun 25th, 2001, 02:24 AM
#2
Lively Member
Yip. Same problems here. The thing I know is that is sends the info in binary to the server.
Temp solutuion is to use a session var. But I need to figure out how the encry type works.
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
|