Hello,
I'm writing a WebApplication that has to load and store some big files (2mb-10mb) into a specific folder on my server.
I'm working with PHP server-side but I cannot upload the file trought PHP file load because my max_upload_size in php.ini is locked to 2mb. I thought I could write a code with Js to split a file in chunks of 2mb and then send them with PHP file load. Suddenly only IE supports activex execution, so my pseudo-code is not cross browsers.
I'd need someone to tell me if is possible to do what I need with Flash and how please.
Feel free to suggest me other solutions too!
Greetings,
Luke
I'm writing a WebApplication that has to load and store some big files (2mb-10mb) into a specific folder on my server.
I'm working with PHP server-side but I cannot upload the file trought PHP file load because my max_upload_size in php.ini is locked to 2mb. I thought I could write a code with Js to split a file in chunks of 2mb and then send them with PHP file load. Suddenly only IE supports activex execution, so my pseudo-code is not cross browsers.
I'd need someone to tell me if is possible to do what I need with Flash and how please.
Feel free to suggest me other solutions too!
Greetings,
Luke