$_FILES empty
-
hi
first, sorry for my english …
I tried to make an upload form for a personnal manager plugin (on the dmin interface). Every time i do an “upload”, the $_FILES variable is empty. My form and my script seems to be ok (chown and chmod is OK too). In another hand, i’ve no problem with the default worpdress upload.is everyone have the same problem ?
>require_once(‘admin.php’);
>include(‘admin-header.php’);
>require_once(‘../wp-content/plugins/wp-picture/wp-picture.php’);
>(..)
>if (is_uploaded_file($_FILES[‘picture’][‘tmp_name’]))
> do
>else
> my formthanks for help me,
blobaya
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘$_FILES empty’ is closed to new replies.