in reply to File Upload CGI Form on Windows problem
toopen(TMP, ">$files_path/$tm-$i.$type") || error(...); print TMP "$fl"; close TMP;
open(TMP, ">$files_path/$tm-$i.$type") || error(...); binmode(TMP); print TMP "$fl"; close TMP;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File Upload CGI Form on Windows problem
by Anonymous Monk on Nov 17, 2005 at 21:36 UTC |