Gouri, I am using a form in my site to upload files. I am using the function move_uploaded_file() function and also I have set the php.ini variables as follows:
ini_set('upload_max_filesize', '15M');
ini_set('post_max_size', '15M');
ini_set('max_input_time', 300)...