Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with file uploads

Status
Not open for further replies.

Perillas

Programmer
Sep 14, 2000
6
0
0
ES
Hello, I think is an easy question.
When I try to do a file upload with INPUT TYPE="file" and the enctype="multiform/part-data" tag. The result of the request of the destination page is this, for expample:

file=C%3A%5CTEMP%5CSol.doc

I want to get the content of the file, not the path. How I get it?

Thanks [sig][/sig]
 

Hi the syntax should read, sometimes I can't see the obvious either, need a fresh perspective.

Gav

x-)

ENCTYPE="multipart/form-data" [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top