Image

Imagescreamingroses wrote in Imagephp

I'm trying to come up with a way to enable the web based upload of large files to a server.

I'm talking mp3 size. Averaging 3 - 10 megs each. I can over-ride the PHP.ini file to enable this, but it's just not going to work with move_uploaded_file() and whatnot. Well, it might, but it will be crazy slow...

I'm out of ideas, and I've been racking my head for days for a way.

Any fresh brains out there have any ideas...?

-Shade