How to open a local file and split it in chunks?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • luke14free
    New Member
    • Apr 2007
    • 79

    How to open a local file and split it in chunks?

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