; 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 = <-- is this place used for upload file by HTTP? if yes then what will be the value? How can I set this. I think thats why my copy function is not working. Could you please tell me?
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M <--change this value