It's going to take a very long time but it is possible. There are settings in your php.ini file that you can tinker with to allow your scripts to utilize more memory. Namely the section entitled "resource limits", and the values in "upload_max_filesize" and "post_max_size". If you don't have access to your php.ini, try using the function ini_set().
Thanks for information. But i want ajax script or javauplaoder script. if you know about that then give me. if i want to upload 1gb file how much time take to upload on server. Thanks Ronny
The AJAX uploader will need some backend to interact with as it is essentially Javascript (hence Asynchronous Javascript and XML . . . or AJAX). Basically you could setup your form, enable it to use some non-obtrusive AJAX script to upload, set the limits in your php.ini accordingly and have at it. If i'm not mistaken, the AJAX will have little affect or restrictions uploading the data as it is client side. What you need to worry about are server side restrictions (i.e. Timeouts, and limits on uploads in your php/server configuration). I couldn't tell you. It's going to depend on the uploaders connection and the speed of your server. In all honesty, I would prepare to wait a while, it's probably going to take a long time Just hope your server can handle the persistent connection, otherwise it might go down.
It would be better if you break the files in MBs before uploading it on the server . To upload large file you will need to change php.ini file ...
Ok thanks nirajkam can you give me any video player. where video run one by one without refresh page Thanks Ronny
Thanks. But i want to run .vob and .flv and .mob and .mpeg. can you tell me on which player all these above extensions. Thanks Ronny
Why do you not use an FTP program to upload the video to your server or do you want users to be able to upload to your server? I think you can code where if somebody was to upload a ZIP file it automatically unpacks it but I wouldn't know how. Also you would be better using RAR or ZIP to chop the video up into parts first as suggested because connection might terminate etc..
Thanks for suggestion. You says via FTP upload script i will upload 2gb to 3 gb video files. is any way connection not terminate or disconnect in uploading process.