Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.
I\'m using a simple image manager class, and the following code: <?php include(\'SimpleImage.php\');
I was looking at PHP docs for fsockopen and whatnot and they say you can\'t use filesize() on a remote file without doing some crazy things with ftell or s开发者_StackOverflowomething (not sure what t
I read the manual that filesize() is able to calculate file size from remote file. However, when I try to do that with snippet below. I got error PHP Warning:filesize(): stat failed for http://someser
I\'m creating sparse files in python as follows: >开发者_如何转开发;>> f = open(\'testfile\', \'ab\')
I\'m using Kohana 3 and pdfview/DOMPDF to generate pdf files but they are generated with 0 bytes and text/plain mime-type.
How do I get the amount of physical memory, consumed by the DataSource (specifically — ByteArrayDataSource)? I use javax.mail.util.ByteArrayDataSource (byte[] bytes, Stri开发者_如何学运维ng type) con
How can I get the f开发者_如何学JAVAile size of a file in C when the file size is greater than 4gb?
I have a Kingston Datatraveller Vault privacy edition with 8 GIG of space and I use a home-made program to copy images to it. Thing is, the amount of space needed for the images cab to be high as 3 开
Does the test of the file-size make sense here? I tried to cut the connection while downloading, but it looks like the size-test is never reached.