The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
47 views

Convert an array of file path to array of files and calculate the size of each

I have a JTextField in which the user has to enter file path separated by comma I take the text field value into an array: String[] filename = filename.split(","); // where filename is the ...
-1
votes
1answer
61 views

Reduce Excel File Size - with numerous formulae, conditional formatting, and linked sheets? [closed]

I built a monster excel file in Office 2010 for my office. The requirements were pretty strict - so I had to link a number of sheets using very large formulae. Pretty proud of it. However, I had to ...
0
votes
0answers
20 views

How to Round the size value for the Files Uploaded from force.com to amazon S3

I am able to build an application in Salesforce Paas Forc.com through which am able to upload the files from force.com to amazon aws S3, but also,I need to round the size of the Files uploaded into ...
0
votes
1answer
71 views

How to handle “Invalid method Code length” in Coldfusion?

I have a bunch of cfc files (running coldfusion8), which consist of a cfswitch bundling similar functions (user, search, ...). Some of the cfc files are becoming too large, so I'm receiving a Invalid ...
0
votes
0answers
81 views

1 minute gif size and load speed

^ This is a (sped up) test for a gif for a site I'm working on (it only plays when you follow the link). Eventually it should be a one minute long gif with about 12 frames per second. The four ...
0
votes
0answers
53 views

How to write an UDF in Pig Latin to find the size of the input file?

I want a UDF like for example fileSize() which takes file name as a input and returns the size of the file which is given as a input to the function. For example : Filename : textfile.txt - size 30 ...
0
votes
0answers
22 views

Is there a pattern or ratio for jpg image filesize in relation to image size?

I'm trying to optimize a page which loads a lot of images from S3 and which needs to run on mobile devices, too. Images are available in S,M,L,XL resolutions, so on a smartphone I'm usually pulling ...
0
votes
1answer
52 views

Encoding attribute and xml file size

I am running the identity transformation bellow on a 11 MB xml file and it results in an 5.5 MB file. I am using Saxon 9.4.0.6. If I add an encoding attribute to the output element, the result file ...
2
votes
2answers
113 views

perl file size calculation not working

I am trying to write a simple perl script that will iterate through the regular files in a directory and calculate the total size of all the files put together. However, I am not able to get the ...
1
vote
2answers
844 views

MongoDB GridFS File Sizes huge for relatively small file

I'm doing some tests to see whether we can use GridFS on MongoDB to store files for a future application; I'm using 10gen's C# driver to "Upload" an 80Mb file onto the database. The first addition ...
0
votes
1answer
176 views

how to Limit FileSize using AJAXFile Uploader in asp.net?

I have a AJAX File Uploader for Profile Image Upload. I want to restrict the user to upload image upto 102400 Bytes only.How to display javascript error message when file size exceeds. Code: ...
0
votes
1answer
259 views

Checking file size — file stored on server (not uploaded!); using JavaScript without AJAX request

Like in the title. With jQuery, or even simple JavaScript code, I can get table of all scripts (CSSes and images) that particular page uses, and I'm looking, if there is any solution to get each ...
1
vote
1answer
153 views

Are there limits on the size of file that can be compiled in Visual Studio C?

I am working on a C# program that produces a very large piece of C code. It produces a .c file and accompanying header file. On a very basic level, the program accepts a string from the user, then ...
2
votes
1answer
71 views

Downsized png larger than origonal

I've written a little app to downsize and convert images, for bandwidth issues, and I'm running into something strange. When saving as png, if the image is downsized, the resulting file is larger than ...
5
votes
2answers
399 views

What is the largest size that a single .msi windows package installer file can be?

We are doing some upload testing to the server, specifically taking in .msi package installer files. Currently I can create a 2GB total file size .msi with the limited knowledge and Visusl Studio ...
0
votes
1answer
405 views

How to find running application size programatically in blackberry?

i want to find the size of running application of blackberry by code.I checked the how to find application size in blackberry by code? link but i am not getting answer. Please suggest me solution. ...
1
vote
2answers
147 views

Why does the file size of a png24-sprite increase when adding transparent white-space?

I am creating a png24 as sprite for css background images. Due to padding issues I have to keep a certain amount of space between the icons in the sprite. When doing so the file size of the png ...
3
votes
4answers
4k views

how to get size of file in mb?

I have a file on server and it is a zip file. How to check if file size is biger than 27 mb? File file = new File("U:\intranet_root\intranet\R1112B2.zip"); if(file> 27){ //do something } ...
-3
votes
1answer
273 views

ArrayList and HashMap confusion

public class PackageTabActivity extends ListActivity{ HashMap<String,Object> hm ; ArrayList<HashMap<String,Object>> applistwithicon ; private static final String APP_NAME = ...
2
votes
1answer
1k views

find the APK size of installed applications

I am trying to calculate apk file size of the installed applications. Here is the code public class PackageTabActivity extends ListActivity{ private static final String APP_NAME = "app_name"; ...
0
votes
2answers
115 views

How to tell how far along an InputStream a loop is in Java

I'm trying to make a downloader so I can automatically update my program. The following is my code so far: public void applyUpdate(final CharSequence ver) { java.io.InputStream is; ...
4
votes
2answers
515 views

Can I increase maxRequestLength of ASP.NET request for MVC Controller Action with additional parameters?

Can I increase maxRequestLength of ASP.NET request for MVC Controller Action with additional parameters? I have a UploadController with a ActionResult looking somthing like this. [HttpPost] ...
1
vote
3answers
560 views

How to check .xls file size before uploading in ASP.NET 4?

Following is a part of my ASP.NET code: <asp:FileUpload ID="fuUploader" runat="server" /> <br /> <asp:Button ID="btnSubmit" runat="server" Text="Submit" onclick="btnSubmit_Click" /> ...
0
votes
0answers
151 views

Get the Size of a folder in Cocoa

This seems to be the age old question, what is the "proper" (Preferably cocoa) way to get the size of a folder? I've tried various methods including NSFileManager's itemAttributes but its usually off ...
0
votes
1answer
56 views

Does the size of a log file affect the processing time of loging with the Logger class in Ruby?

I'm using the Logger class in Ruby's standard library. http://rubylearning.com/satishtalim/ruby_logging.html I rotate a log file weekly. If the size of a log file become larger, will the processing ...
6
votes
2answers
608 views

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 System.IO; class SizeGetter { public static long GetFileSize ( string filename ) { FileInfo fi = ...
0
votes
1answer
486 views

javascript or jquery fileSize

I was looking all over the web how i can get the file size on the client side so i found a few examples the first example was $(this)[0].files[0].fileSize but unfortunately it does not working in ...
0
votes
2answers
335 views

Help with size of folder path

i am trying to write an application to calculate the size of a set of shares using the following code. The issue however is that as the search gets deep in to the shares, the file path variable in the ...
0
votes
4answers
861 views

Can we reduce an image file size with php?

Can we reduce an image file size with PHP if it exceed the the limit set by upload_max_filesize? For instance, the upload_max_filesize at my serve is only 3MB, but the image file size for uploading ...
1
vote
2answers
214 views

total size and number of files by type in C#

I'm a Java vet but new to .NET. I need to gather a total size and number of files by type and a grand total in C#. Is there a better way than a recursive search? Also, I need to find multiple types. ...
0
votes
1answer
218 views

How to make swf file smaller?

I'm trying to capture a video demo of my iPhone app so I can post it on Youtube. I'm using Jing application (http://www.techsmith.com/jing/) for Mac, and was able to capture a video of the app. ...
3
votes
5answers
463 views

Script to find all similarly named files (differing only by case?)

I having been working on an SVN repo using command line only. I now have to bring in users that require a GUI to interface with the repo, however this is presenting a number of problems with similarly ...
3
votes
4answers
3k views

How can I find the file size only using the the windows command shell?

I'm trying to write a script that checks if the size of a file is greater than 0 and if so, prints "greater". I looked at this question and got some good ideas. I tried to implement what the second ...
1
vote
6answers
2k views

how to find out the size of file and directory in java without creating the object?

First please dont overlook because you might think it as common question, this is not. I know how to find out size of file and directory using file.length and Apache FileUtils.sizeOfDirectory. My ...
13
votes
1answer
9k views

Finding file's size

In my iPhone app I am using the following code to find a file's size. Even though the file exists, I am seeing zero for the size. Can anyone help me? Thanks in advance. NSArray *paths = ...
3
votes
3answers
3k views

Better way to convert file sizes in Python

I am using a library that reads a file and returns its size in bytes. This file size is then displayed to the end user; to make it easier for them to understand it, I am explicitly converting the ...
1
vote
1answer
213 views

How does Firefox(or dld manager) determine the size of a file being downloaded?

Actually what I want to do is to FOOL the browser by saying that the file to be downloaded is 1KB, no matter what the file size is but it should download the entire file!
0
votes
1answer
206 views

Visual Studio scratch disk behavior

I don't know if this feature exists, but I'd like a way to control Visual Studio 2010's scratch disk behavior (other than completely turning off intellisense). Right now it creates a massive .sdf ...
8
votes
2answers
5k views

Why are FAT32 disks limited to 4gb files?

I'm not looking for a workaround; I'd like an explanation. Most of the links I found through Google just tell me that the file limit is 4gb, but not why. I am aware of the explanation by Wikipedia: ...
2
votes
4answers
477 views

Storing File Sizes in a Database

I am currently working on a system that involves storing multiple studies and details of their contents (A study can typically contain 1 < X < ~2000 images). My colleagues and I were discussing ...
0
votes
1answer
251 views

Getting the size of a file in Java [duplicate]

Possible Duplicate: Size of folder or file I'm making a basic file browser and want to get the size of each file in a folder. How might I do this? I already have the name and type of each ...
0
votes
1answer
102 views

MediaPlayer on Android

I want to know the total length in kb of mp3 file .how to do this in android Thanks in advance...
2
votes
1answer
1k views

Smaller APK size with large assets?

I am creating a simple android app to view a comic book. The pages are large(0.5-1 mb each), high quality .png's and I am loading them into a webview to make use of the built in zoom controls. So far ...
1
vote
2answers
3k views

InputFile.PostedFile.ContentLength Units of measurement

Please can you tell me the units measured by InputFile.PostedFile.ContentLength . I need to make sure the file is less than 500k. Thanks.
2
votes
2answers
1k views

DOMPDF: files with 0 bytes and text/plain mime-type

I'm using Kohana 3 and pdfview/DOMPDF to generate pdf files but they are generated with 0 bytes and text/plain mime-type. Controller: public function action_pdf() { if(isset($_POST['dados'])) { ...
2
votes
3answers
1k views

How do I get the file size of a large (> 4 GB) file?

How can I get the file size of a file in C when the file size is greater than 4gb? ftell returns a 4 byte signed long, limiting it to two bytes. stat has a variable of type off_t which is also 4 ...
2
votes
1answer
664 views

File size and mime-type before upload

I've scavenged on every single topic on this forum to try and find an answer before I posted this. Most people say you should simply use SWFUpload, some others mention Activex, and it keeps going. I ...
1
vote
3answers
265 views

How do I validate the size of a file using JavaScript?

when upload button clicked on page... want to check filesize selected in fileupload control and stop postback of upload button if file size exceeds... what are the ways to do this using ...
7
votes
4answers
5k views

Increase the size of sql compact 3.5 .sdf file using C#

I'm using Sql Compact3.5 as my DB with C# .NET what is the maximum size of sdf that I can give??? Is there any way to programatically increase the maximum size of the sdf file??? if so how???
0
votes
1answer
241 views

changing a Flex movie to use Runtime shared libraries and losing text in charts

I'm creating a small size Flex movies which contains two line charts, at the moment the size of the release build swf is 343KB, which is too large for our needs. I've tried changing the loading of ...

1 2