I'm using Xampp (on win server 2003) and I've granted both PHP and Apache for uploads with 6GB limit and no time limit for waiting for system processes. When I'm trying to post a form with uploaded file that is above ~1.8GB, it waits till 100% is uploaded and then refreshes the form with blank fields. No error messages, no routing to form's target page - same page from scratch.
Is there any hidden limitation or file system limitation that does it? If so, could you please suggest better (free) upload way for PHP?
Thank you in advance, Mark.
Edit: The limit is on 2GB not 1.8GB