![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Last week I was trying to find the answer to the Pure PHP UPload and Smart Image Processor extensions working but the image name not being uploaded to the MySQL DB using PHP 4.7.3. All other field uploaded. Someone finally found an answer so I thought I would post it here incase others were using this combo: On the page that includes the upload form you need to change all the $_POST['xxx'] s to $HTTP_POST_VARS['xxx'] That did the trick. Only needed to change the code on the db upload pages, not the whole site. |
#3
| |||
| |||
|
|
Last week I was trying to find the answer to the Pure PHP UPload and Smart Image Processor extensions working but the image name not being uploaded to the MySQL DB using PHP 4.7.3. All other field uploaded. Someone finally found an answer so I thought I would post it here incase others were using this combo: On the page that includes the upload form you need to change all the $_POST['xxx'] s to $HTTP_POST_VARS['xxx'] That did the trick. |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |