in reply to Reading file uploads
This may be simply to do with exactly *where* you're running the script from and printing the result...if you're submitting from a browser, and want the script to print back to the browser, you'll need to stick a print $fdata->header() before that print statement, so that the browser will be able to display the result.
Cheers,
Ben
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |