Use this tag to mark questions related to file sizes on any file system.
I need a way to get the size of a file using C#, and not the size on disk. How …
c# filesizeLet's create a complementary question to this one. What is the most common way to get the file size in …
c++ filesizeIs there any way to find out the file size before uploading the file using AJAX / PHP in change event …
javascript jquery ajax file-upload filesizeI want to have a batch file which checks what the filesize is of a file. If it is bigger …
batch-file filesizeWhile googling, I see that using java.io.File#length() can be slow. FileChannel has a size() method that is …
java filesizeHow can I convert the output of PHP's filesize() function to a nice format with MegaBytes, KiloBytes etc? like: if …
php file filesizeIn my site host, I have seen (via phpinfo) that post_max_size = 8Mb upload_max_filesize = 16Mb This led …
php upload filesizeI'm looking for an order of magnitude estimate for expected on-disk file size for 1 hour of H.264 encoded HD video …
video h.264 filesizeWhat's a simple way to find the size of my Git repository? And I don't mean du -h on the …
git filesize