Hey guys.. I have just copied an upload script from my old *nix server to my new one and for some reason its no longer working correctly. I checked to make sure that the php.ini does indeed allow uploading and it is set to ON. But i can't upload any files. I know this is a server config issue and not a script problem. What else do i need to check in my .conf's to enable uploading. Is it just php.ini???
It might be very well directory permission problem. Have you checked those?
php.ini
; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ;upload_tmp_dir =
have u change the upload_tmp_dir to ur winbox directory instead of ur previous os directory?
The upload_tmp_dir = is left unspcified so it can use the systems temp (*nix system not win). I tried running chmod 777 to the htdocs/files/upload dirrectory where the uploads are copied to.. but still nothing is working.. 🙁
kind to show us ur upload code