i m designing a website where users upload file, but the free webhost provides us only 3mb per file limit, so can i design a filesplitter using .php which splits a file(>3mb) into 3mb chunks and then while downloading; it re-assembles file into 1 piece
Is that possible? is that in scope of .php
Using splitthisfile(), we can split a file for a given size using php.. and u can read those file continuously by creating a separate folder and placing related split files.. u can get it clear in following link,
Url for split and embedding file.....