I am uploading a file via the web to our server, only the file never actually goes. It's file size is always zero. These are image files.
Here is the code I am using:
open IMAGE, ">$image";
binmode(IMAGE);
print IMAGE $buffer;
What should I be looking for?
Cheryl
Here is the code I am using:
open IMAGE, ">$image";
binmode(IMAGE);
print IMAGE $buffer;
What should I be looking for?
Cheryl