Hi all,
I've just fixed #447594 "picture uploads". I tested it and it seems to
work correctly. Please consider use @move_uploaded_file() instead of
copy() to deal with uploaded files in future. move_uploaded_file is more
safer and does not create problems when PHP is in safe_mode (usual
configuration on most companies websites). I changed current phpWS calls
of copy() to @move_uploaded_file(). Please let me know if you notice
something wrong aftr that (I didn't, so far).
Bye,
Alessandro
--
Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087
INWO Project coordinator http://www.inwoproject.f2s.com
"I will carry you through, hicking and screaming,
and in the end you will thank me"
- Tyler Durden [from "Fight Club"]
|