Forum Moderators: coopster

Message Too Old, No Replies

do i need to change in server to upload video file

do i need to change in server to upload video file

         

vivek avasthi

9:21 am on Oct 11, 2007 (gmt 0)

10+ Year Member



do i need to change in server to upload video file. Please help me when i trying to upload video file i got noting when i am trying to print $_FILES array.

can anyone have upload video file script. or tell me if i need to change any setting on the server.

help me?

eelixduppy

4:57 pm on Oct 11, 2007 (gmt 0)



Video files are generally large. Because of this, there may be restrictions in your php.ini preventing you from uploading them. You should look at the following directives and see if they are appropriately set for the content your are uploading.

file_uploads [us2.php.net], upload_max_filesize [us2.php.net], upload_tmp_dir [us2.php.net], post_max_size [us2.php.net] and max_input_time [us2.php.net].

If you find that you are still having trouble please post the file size of the video you are trying to upload, the values of the directives linked to above, and any error messages that you may be receiving.

good luck