Hi,
I don't understand why I'm having this problem all of a sudden, but I want to make sure it isn't a Vortex related issue.
Let's assume the following code...
<form method="POST" ENCTYPE="multipart/form-data" action="$url">
<input type="file" name="infile">
<input type="submit">
</form>
I have a file being uploaded, and the upload handled by my Vortex script. If the user is using IE 5 under Win98 (Or possibly other combinations) the contents of the $infile variable is the path and name for the file being uploaded. However, under Netscape 4.7 on Linux, $infile holds the text of the file's contents.
is there a major difference in the headers that are sent or something that would cause this? Any ideas at all?
This is the Jul 27, 2001 build of texis, running on Linux
Thanks,
Kris@Kineta
I don't understand why I'm having this problem all of a sudden, but I want to make sure it isn't a Vortex related issue.
Let's assume the following code...
<form method="POST" ENCTYPE="multipart/form-data" action="$url">
<input type="file" name="infile">
<input type="submit">
</form>
I have a file being uploaded, and the upload handled by my Vortex script. If the user is using IE 5 under Win98 (Or possibly other combinations) the contents of the $infile variable is the path and name for the file being uploaded. However, under Netscape 4.7 on Linux, $infile holds the text of the file's contents.
is there a major difference in the headers that are sent or something that would cause this? Any ideas at all?
This is the Jul 27, 2001 build of texis, running on Linux
Thanks,
Kris@Kineta