phpSensei Posted August 14, 2007 Share Posted August 14, 2007 Does the file upload in php work in bytes or kilobytes...? Quote Link to comment https://forums.phpfreaks.com/topic/64929-php-fileupload-kb-or-b/ Share on other sites More sharing options...
akitchin Posted August 14, 2007 Share Posted August 14, 2007 what do you mean "the file upload?" do you mean the max size input in the form, or the size delivered in the $_FILES array? any documentation out there will tell you (be it an HTML reference, or the PHP manual). Quote Link to comment https://forums.phpfreaks.com/topic/64929-php-fileupload-kb-or-b/#findComment-324001 Share on other sites More sharing options...
NArc0t1c Posted August 14, 2007 Share Posted August 14, 2007 $size = filesize('archive.zip'); Result in bytes. Quote Link to comment https://forums.phpfreaks.com/topic/64929-php-fileupload-kb-or-b/#findComment-324005 Share on other sites More sharing options...
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.