Top "Filesize" questions

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

smallest filesize for transparent single pixel image

I'm looking for the smallest (in terms of filesize) transparent 1 pixel image. Currently I have a gif of 49 bytes which …

image graphics transparency filesize
s3 direct upload restricting file size and type

A newbie question but I have googled abit and can't seem to find any solution. I want to allow users …

php amazon-s3 filesize file-type
How can I the size of an image file from the URL?

Images and script are hosted on the same account (one site), but we know only the URL of the image. $…

php filesize
php get the KB size of an image

i've been googleing but all i get is getimagesize and filesize. getimagesize dosent get the KB size just width and …

php filesize getimagesize
Animated .GIF vs Spritesheet + JS/CSS

Which will scale best for performance, file-size, (and my sanity): Animated .gifs or a spritesheet with animations using CSS (and …

css performance filesize animated-gif sprite-sheet
Increase the size of sql compact 3.5 .sdf file

I'm using Sql Compact3.5 as my DB with C# .NET what is the maximum size of sdf that I can …

c# sql-server-ce filesize
Is there a way to get the size of a file in .NET using a static method?

I know the normal way of getting the size of a file would be to use a FileInfo instance: using …

c# .net performance optimization filesize
Get file size without using System.IO.FileInfo?

Is it possible to get the size of a file in C# without using System.IO.FileInfo at all? I …

c# filepath filesize fileinfo
MySQL Convert Bytes to Kilobytes, Megabytes, Gigabytes

I have a logs table that stores various file sizes in bytes. I want to be able to query the …

mysql byte filesize megabyte
Android Uri to Filesize

Possible Duplicate: Android: Get the size of a file in resources? I want to upload a file to a WebServer. …

java android uri filesize