In filepath
$target_path = ‘c:\upload\’;
For php , my target is public_html/upload
Please can you tell me correct target path… as we cannot upload to destination folder. I have tried changing to:
$target_path = ‘public_html/upload’;
and varieties of , but no luck.
Thanks Ozzy
It need to be
a) full path from server root
b) destination folder must have write access
The full path may differ based on your server configuration, so it not possible to provide it.