I have been trying to upload heavy files on my server using a basic file object in html and then using a php script that uses a COPY function to upload the browsed file.
The problem is that any file more than 2 mb (approx.) cannot be uploaded. The problem lies in the file object which cannot take values more than a specified size OR may be the php variable cannot hold that much data OR while posting the form the POST Method does not transmit that much data.
I am not sure where is the problem. Can anyone help and is there a work around for this problem.