|
I'm trying to build a desktop client that manages some downloads with Ruby. I would like to know how to go about trying to identify how much of the data is downloaded and the size of the entire data that is to be downloaded.
Im trying to do this with ...
Started by Sid on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Get the size of a given file with size(filename), and then download the file with get, getbinaryfile', 'file.something.local', 1024){ |data| puts "Downloaded 1024 more bytes" }.
|
|
Is there an easy way in WSS to track when files are downloaded from a site?
Started by ScottStonehouse on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
On, any action in your site collection will be audited, and downloaded files will I believe show up that there are at least two different ways to download files, so you have to be watching for different log.
|
|
Downloaded a text file using WebClient.DownloadString the downloaded string is unreadable. the encoding must be wrong.
how can i convert it to a readable string, what method do i need to use?
i don't know which encoding it is.
Started by newmem on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you use something like LiveHTTPHeaders in firefox you'll be able to see the encoding that is being used - if it's a web page!
Maybe convert the returned string back to a byte[] (Using whatever WebClient.Encoding is set) then using a streamreader to... .
|
Ask your Facebook Friends
|
Can't locate stored files, but they seem to be downloaded only for the first time i run JNLP file. I'm on Mac OS X 10.6.
Started by Dmitry Gladkov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you need to uninstall (all.
On my linux machine it is downloaded in the temporary folder '/tmp'.
|
|
We have an Adobe AIR application which could be possibly downloaded from multiple domains. And when it's run, it should connect back to the site it was downloaded from to get data to show to the user.
So far we have a separate application build for each...
Started by Maxim on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
A cookie with a specific name being stored on a download page, and the ....
So you dont need to build their IP address with the server they downloaded from.
Properties) file with the application, containing the URL downloaded from.
|
|
I have Downloaded Silverlight3 ToolKit and Silverlight SDK. Now how to configure it with visual studio 2008? VS2008 is not showing option for creating silverlight application.
Started by jolly on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Seems everyone gets confused about this....
I have just begun experimenting with the SL3 SDK and just had to install it against VS.Net 2008 SP1, and I was good to go .
I think after you do the install and such, it should show as a new project type .
Heh...
|
|
I'm trying to figure out a way to cache the next and previous images in my gallery script ... I'm wondering if this is a good way to do it. Also, is there any way to manually specify the cache time for the downloaded image?
Started by ensnare on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If browsers.
However, JavaScript already has it will be downloaded, and hence cached, because the images may be loaded before the CSS has even arrived.
Display: none images will be downloaded and cached on the client.
|
|
I have a zip file being served by Apache with mod_gzip compression turned on. Everything is fine when the file is downloaded with Firefox. When downloaded with IE7 the zip file is corrupt. Any suggestions? Do I need to change the mime type for zip files...
Started by ejunker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
When using something like.
download pages (such as download.php sending a file) and compression.
|
|
Hi, I am a newbie Android guy.
I have a ListView displaying images on every element of the ListView, It works fine... but when I start to scrolling I have realized my image is downloaded again if it is displayed in the screen of my phone device!
How could...
Started by Alexi on
, 6 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Could I store in cache the content of my rows in the ListView .
To download it over and over.
|
|
I downloaded spring's petcare application from their svn repository.
How do I go about loading in an editor and running it?
It has a pom.xml file, and I see references to eclipse.
I downloaded eclipse, but I guess I need some sort of plugin to open it...
Started by Blankman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The petcare sample application that can be....
Http://m2eclipse.sonatype.org/
Maven2 is definitely worth your time to learn if you are a serious Java developer .
You should install the M2Eclipse plugin for Eclipse in order to get Maven2 support in Eclipse .
|