I am trying to solve a problem I have found since creating this uploader tool from Mongrel Upload Progress
I have now been told by two sources that checking the file size of a file from someone else's computer is against every security measure around.
But the problem is that with the 6 Mongrels and a druby running, if someone uploads a file more than 300megs more often than not it will crash, the servers Mongrels. Which as you know kills the site!
So I need to figure out a way to either check the file for it's size before it starts an upload, or figure out how to circumvent the upload crash and deliver a way to upload whatever file size to a point of course.