hi,

if you have problems with move_uploaded_file() and is_uploaded_file(), 
download this:

http://bopp.podzone.org/~muffin/uploaded_file_patch.zip

unzip this into

webappdir/WEB_INF/classes

and restart resin.

since this just overrides the methods for your webapp it's not a 
resin-hack itself.

additionally there is a new function included as workaround for missing 
$_FILES['bla']['type'].
call it before move_uploaded_file()...

usage:
echo uploaded_file_mime($_FILES['myfile']['tmp_name']);

greets,
markus






_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to