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
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