My web hosting PHP setting has a hard limit of 200mb for maximum upload size, is there any way to split a video file of 2GB size into 200mb each and upload then concat at server side?
I'll be using either PHP or Flex for upload using HTTP protocol. No FTP.