RE: [PHP] File Uploads and Get Method

2001-05-03 Thread Johnson, Kirk
> -Original Message- > now, on the same form, i have a multiple select box, where > you can select > multiple values from one select box. the code is as follows -- > > [ snip ] > > > if the user selects more than one country, then if you echo > $country, it > will show you only the

[PHP] File Uploads and Get Method

2001-05-03 Thread Omar Elkassir
when i upload a file, the form method must be POST because when GET is used, it adds backslashes to the windows path name that already has backslashes, and this causes an error. for instance, the following snippet of code -- if ($add){ $newimage = "whatever.gif"; copy($image, $directory.