Php file upload split into parts?

  • Thread starter Thread starter CS Games
  • Start date Start date
C

CS Games

Guest
How, in php, can i make a way to upload a file of any size, but during upload, php automatically splits the file into 500kb part files? and then when downloading, how can i have php put all those files back together?
cause currently my hoster only allows 500kb uploads, so is it possible to split the file on the persons computer in there temp, instead of in my servers temp
 
Back
Top