C
|
cgphp 6/12/2012 |
Try to print the $exttype value: $exttype = CheckImageExtension($_FILES["value_MainImage_".postvalue("id")]["name"]); |
S
|
scoobysteve author 6/12/2012 |
Try to print the $exttype value: $exttype = CheckImageExtension($_FILES["value_MainImage_".postvalue("id")]["name"]);
|
C
|
cgphp 6/12/2012 |
Make sure MainImage is the real name of the field. |
S
|
scoobysteve author 6/12/2012 |
Make sure MainImage is the real name of the field.
|
C
|
cgphp 6/12/2012 |
Try to print the $_FILES array. |
S
|
scoobysteve author 6/12/2012 |
Try to print the $_FILES array.
|
![]() |
Sergey Kornilov admin 6/12/2012 |
https://www.google.com/search?q=php+print+array |