Re: [PHP] Handling File uploads pre 4.2.0

2005-03-11 Thread Richard Lynch
> > I need a way to make sure an upload has been "uploaded" correctly to my > server. > > I know version 4.2.0 has the $_FILE['userfile']['error'] directive but > unfortunately I'm stuck with verision 4.1.2 at the moment and upgrading > may be a way off for me. > > Should I use file_exists($_FILES

[PHP] Handling File uploads pre 4.2.0

2005-03-11 Thread Ed Curtis
I need a way to make sure an upload has been "uploaded" correctly to my server. I know version 4.2.0 has the $_FILE['userfile']['error'] directive but unfortunately I'm stuck with verision 4.1.2 at the moment and upgrading may be a way off for me. Should I use file_exists($_FILES['userfile']['tm