fishswim 0 Posted August 3, 2011 Report Share Posted August 3, 2011 In the HTML form value="30000" what does the 30000 translate to. I have gone into the php ini file and see there is a value of 32m. I could slap together a text file in text edit with a few lines for testing, that would be a few kb, that would work as a test. Yet i was wondering what the 30000 translate to. Thank you Quote Link to post Share on other sites
Larry 428 Posted August 19, 2011 Report Share Posted August 19, 2011 That's a recommendation for the maximum file that can be uploaded in bytes. It's a recommendation that not all browsers will adhere to, but is worth doing. 30000 byes divided by 1024 is a bit more than 29KB. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.