Top "Filesize" questions

Use this tag to mark questions related to file sizes on any file system.

Ajax - Get size of file before downloading

Basically, I want to figure out whether I should download a file using AJAX, depending on how large the filesize …

javascript ajax http-headers filesize
Pretty file size in Ruby?

I'm trying to make a method that converts an integer that represents bytes to a string with a 'prettied up' …

ruby integer byte filesize
php size of base64_encode string - file

I'm wondering how could I know the file size of a base64_encoded string? For instance: $data = 'iVBORw0KGgoAAAANSUhEUgAAABwAAAASCAMAAAB/2U7…

php filesize
Python Does Not Read Entire Text File

I'm running into a problem that I haven't seen anyone on StackOverflow encounter or even google for that matter. My …

python text filesize file-io
Get size of file requested via ajax

Here's what I'm hoping to do: I want to send an ajax request to a file (preferably with jQuery), and …

jquery ajax filesize
why is the output of `du` often so different from `du -b`

why is the output of du often so different from du -b? -b is shorthand for --apparent-size --block-size=1. only using …

linux filesystems filesize du
PHP x86 How to get filesize of > 2 GB file without external program?

I need to get the file size of a file over 2 GB in size. (testing on 4.6 GB file). Is there …

php file-io x86 large-files filesize
filesize from a String

how can i get the "filesize" from a string in php? I put the string in a mysql database as …

php string blob filesize
maximum file size website

I have a quick question and It might not be the right place the ask it but I hope someone …

html web filesize
What file size is data if it's 450KB base64 encoded?

Is it possible to compute the size of data if I know its size when it's base64 encoded? I've a …

file base64 size filesize