filesize Questions

2

Solved

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...
Pantheas asked 15/10, 2012 at 11:20

2

Solved

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] pu...
Lottielotto asked 8/11, 2011 at 10:52

4

Solved

from the following message, we know that there are two characters in file /proc/sys/net/ipv4/ip_forward, but why ls just showed this file is of size zero? i know this is not a file on disk, but a ...
Chromatography asked 2/9, 2012 at 16:28

2

Solved

I'm trying to use a html file input tag to upload videos to a php 5.3.10 script running on a wamp 2.2 server. I found that it won't upload and apparently it is too big. I have gone into php.ini a...
Colis asked 4/5, 2012 at 17:51

2

Solved

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 t...
Pennyweight asked 21/2, 2012 at 7:57

3

Solved

What really happens when cookies file exceeds maximum size?
Woodyard asked 20/10, 2009 at 16:32

1

Solved

I am having a very strange issue with stat.h At the top of my code, I have declarations: #include <sys\types.h> #include <sys\stat.h> And function prototype: int FileSize(string ...
Borgia asked 14/2, 2012 at 21:13

4

Solved

As my team works on a given project with the source in a Mercurial repository, the repository is obviously growing in size. As such, cloning a repository over the network becomes slower and slower....

5

Solved

I am trying to split up a large xml file into smaller chunks. I write to the output file and then check its size to see if its passed a threshold, but I dont think the getsize() method is working a...
Crossarm asked 18/6, 2009 at 16:38

1

Solved

I am facing a problem with PHP file I/O. $file = fopen("/tmp/test.txt", "w"); fwrite($file,"hi there\n"); fclose($file); echo filesize("/tmp/test.txt")."\n"; # displays 9 $file = fopen("/tmp/test...
Fine asked 7/11, 2011 at 13:39

7

Solved

I'm looking for an order of magnitude estimate for expected on-disk file size for 1 hour of H.264 encoded HD video transcoded from HDV (HD on a MiniDV tape). I want to archive approximately 1...
Bunkhouse asked 31/3, 2009 at 16:52

4

Solved

I'm using JSch to get files from an SFTP server, but I'm trying to figure out a way to only get the oldest file, and to make sure that it is not currently being written to. The way I imagine myself...
Ddt asked 14/4, 2010 at 21:46

1

Solved

I am using ffmpeg to convert home videos to DVD format and want to calculate the output file size before doing the conversion. My input file has a bit rate of 7700 kbps and is 114 seconds long. Th...
Sneed asked 25/9, 2011 at 15:6

1

Solved

im trying to insert an array values into the file using foreach.. and if the file size became up to 1MB (1000000byte). the script create a new file and put the value inside... this is the code wha...
Savagery asked 10/9, 2011 at 6:3

1

I am saving map images created in Adobe Illustrator as .svg documents. What are some tips and tricks for making the file size as small as possible?
Motley asked 15/8, 2011 at 17:38

2

Solved

I am currently working on a project that utilizes the jfreechart library. I am currently using the jar file for this library by adding it in my build path. However I do not need the entire function...
Homology asked 17/7, 2011 at 9:24

2

Solved

I want to check how much of the total file storage for a specific user has been used on a specific directory. I am using ls -lR ./* | grep userid to list files belonging to a specific user. But the...
Eliason asked 11/7, 2011 at 0:42

2

Solved

I'm implementing an RSS feed for a website and I don't understand certain things about the format/size/content of the XML file for the feed. I'm initializing the site with the past data, which run...
Prospectus asked 15/3, 2011 at 22:30

3

Solved

Just wondering if anyone more experienced out there could suggest a recommended limit for total JS resources in a web app. I want to make sure I'm not overloading my bandwidth. I'm currently...
Binni asked 9/5, 2011 at 15:36

1

Possible Duplicate: Android: Get the size of a file in resources? I want to upload a file to a WebServer. To show the progress of the upload I need to know the complete size of the fi...
Chunky asked 10/3, 2011 at 17:31

1

Solved

I wanted to know if there was a size limit to the data files an android app can use or a size limit depending on the SD card (or internal memory) filesystem ? Cheers Olivier
Parasite asked 7/3, 2011 at 9:6

1

I typically end up in the following situation: I have, say, a 650 MB MPEG-2 .avi video file from a camera. Then, I use ffmpeg2theora to convert it into Theora .ogv video file, say some 150 MB...
Xylograph asked 27/11, 2010 at 9:12

4

Solved

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 discussi...
Stanch asked 6/1, 2011 at 16:31

6

Solved

After programming for a while in C, I decided to finally start to learn C++. This is sort of bothering me, as the standard 'hello world' in C is usually ~16KB, including all of the crud your compil...
Nil asked 14/11, 2010 at 18:21

3

Solved

The following code is part of a PHP web-service I've written. It takes some uploaded Base64 data, decodes it, and appends it to a file. This all works fine. The problem is that when I read the fil...
Albers asked 20/9, 2010 at 0:6

© 2022 - 2024 — McMap. All rights reserved.