Trash Talk - Do you know any good file uploaders? hellzlaker - Thu Jul 31, 2008 5:20 pm Post subject: Do you know any good file uploaders?
I'm looking for a file uploader that could upload files up to a 1GB and I can't find any, I found 1 php uploader but even after i set maximum upload 1GB it still won't upload anything above a megabyte... So if any of you have the php uploader script laying around on you comp or know where to get one please tell me. Also I wouldn't mind a java script or any other language uploader either, and the uploader I need is one of those that uploads a file to a directory on the server and gives you a link. I the one I have but for some reason never uploads above a megabytes.
Mine GO BOOM - Thu Jul 31, 2008 8:06 pm Post subject:
Here are some simple steps:
Change your php.ini config to support larger files.
hellzlaker - Sun Aug 03, 2008 12:20 am Post subject:
Well I use online hosting so I can't just get on the computer to find php.ini, I just have access to the htdocs. I'm wondering if its possible to overwrite the max file value that's in php.ini by puting a code into the .php page?
Maverick - Sat Aug 09, 2008 4:12 pm Post subject:
Try Uber-Uploader, hellzlaker.
It worked for me before when I wanted to upload something bigger then possible via php.ini (I think).