Hi there, I need to upload images to my webserver from my website. I'm quite sure that my script uploads, but I don't know where to?
This is what my php.ini says (for linux)
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
I know the upload dir is not set, but where is the default dir and what should I insert as upload_tmp_dir ??