Large file upload options

I have a client whose site files are on a windows server running PHP. My client needs to have users internally be able to upload files anywhere from 2mb to 30mb - and have info about the files added to a mysql db.

I built an uploader in a web form that works perfectly except when the files start to get above 10mb or so. The error, i believe, comes from the timeout settings in the php.ini file on the server. Although he raised the max file size restriction, the server admin won’t increase the timeout restriction due to security concerns. So depending on the upload speed of the connection, the files fail at some point.

Can anyone recommend a user-friendly way I can upload larger (30mb) files from within the browser window? Preferably integrated into a web form?