The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
37 views

Fastest possible way to download many images in PHP 5.3? [duplicate]

Im working on script that integrates online shops. I have code like this (simplified): // $asImageurls - array of string with image url's foreach($asImageurls as $sImageUrl) { $imageContent = ...
0
votes
3answers
14 views

Downloading web image w/ urlopen/shutil : error __exit__

I'm trying to download images with shutil/urlopen because of deprecated? I'm not sure if its deprecation, but urlretrieve doesn't download the file, it just creates folder of the image name instead. ...
0
votes
1answer
35 views

Android: Download thread stucks the app

My android application always gets stuck when downloading a file until the downloading is finished. However,the downloading thread is inherited from AyncTask and it is in background. Can anyone have a ...
0
votes
1answer
23 views

downloading terminates when App goes to background

I am working on an App, that uses phonegap. When the App is started for the first time, I am downloading the data from the server. That downloading process is being executed in AsyncTask, and in ...
0
votes
0answers
36 views

Apache - allow directory listing but downloading files require vaild-user

I want to allow my friends to view all files in directory without logging . But when they want to download file I want to authenticate them. How to do this ? Now I have something like this: ...
0
votes
1answer
51 views

How cancel Downloading Async?

I've got a problem. How can I cancel a download ? client.CancelAsync(); Doesn't work for me, because if I cancel a download a start a new one the code still tries to access the old download file. ...
-2
votes
0answers
38 views

how to paly mp3 while downloading in C# [closed]

Is there any way to play mp3 while downloading from a url in C# without using MediaPlayer component. I found lots of components can play with full file,but i want buffering play. Can some help?
0
votes
3answers
119 views

Java : download file outside server context

I need to save a file and download file in directory outside server context. I am using Apache Tomacat I am able to do this in directory present in webapps directory of application If my directory ...
1
vote
0answers
42 views

blockui until not completed download file

I'm creating a file on button click and send it to user to download it. I'm using jQuery blockUi to display a message while this is executing. I want to unblockUi until download executes How can I ...
0
votes
2answers
91 views

Downloading Image only for visible row in List View

I have a customized List and each row showing image and text and image has to be downloaded from server. So I have customized my adaptor and in that getView method i have started a asyn task for ...
5
votes
5answers
515 views

Implement pause/resume in file downloading

I'm trying to implement pause/resume in my download manager, I search the web and read several articles and change my code according them but resume seems not working correctly, Any ideas? ...
0
votes
1answer
55 views

Serving files for download with PHP - Stop multiple clicks

I've got a "download.php" script which serves up files for download and the user can choose to download a ZIP file which is custom to them.. so needs to be generated on the fly. The problem I've ...
0
votes
3answers
120 views

How to update from UIProgressBar on main thread in iOS

i am using one method to download video files inside document directory and it worked perfectly fine, I am using below code which is downloading video in background, however while downloading i need ...
1
vote
1answer
178 views

Run parallel Invoke-WebRequest jobs in PawerShell v3

Running simultaneous background jobs in PowerShell in pretty straightforward, but I cannot seem to get it working with the new (in v3) cmdlet Invoke-WebRequest. I have several thousand files I am ...
0
votes
2answers
123 views

How to show image preview while downloading it on Android?

i want to write an app that displays images from a Cherokee webserver. I do download the images with the following code: @Override protected Bitmap doInBackground(URL... params) { URL ...
0
votes
1answer
68 views

C# Downloading - Interesting error

I'm currently doing a patcher program in C#, but there's an interesting error. In the code, there's a loop for all of the links an file names, and the program needs to download them. Code: (fájlNév = ...
0
votes
1answer
137 views

Trouble making a good ftp checking python program

Please bear with me. Its only been a week I started on python. Heres the problem: I want to connect to a FTP Server. Presuming the file structure on my ftp and local directory is same. I want my ...
-2
votes
3answers
35 views

Reading csv while downloading [closed]

I want to read CSV file during download process.
0
votes
1answer
81 views

Downloading files from service (with updating UI)

I have a tricky use case that I'm trying to find best design for. The description is: there should be a FolderListActivity with corresponding view, which shows a list of folders available for ...
-1
votes
1answer
116 views

Is this code optimal? Image-downloader/wallpaper setter [closed]

I'm making an image-downloading app that sets the image as the device wallpaper. For this I used the class: ImageDownloader.java This class has a function which accepts a url and an ImageView. It ...
1
vote
2answers
149 views

Download progress bar is not changing progress in iOS enterprise distribution

I am developing and distributing iPad apps via enterprise distribution. They download and execute fine, so everything is ok (the web link, ipa file, plist file, provisioning...). The "problem" is ...
0
votes
0answers
36 views

HTML Application Cache abort downloading

is there a way to prevent the download of the application cache, although there is a new one, and only start downloading it, when the user clicks a specific button? I've tried it already with these ...
2
votes
3answers
98 views

Can I put limit on creation of threads in ThreadPool?

I am creating an windows phone 8 app which download image thumbnails. Each thumbnail is downloaded on a thread from thread pool. When there are many images (say 100) then phone performance decreases ...
-2
votes
1answer
66 views

download content from url to txt [closed]

I am totally lost here. I tried to check any previous answers and just couldn't find a solution to my problem. Is there any code to download a webpage content to txt, by entering the url ? Thnx
2
votes
1answer
296 views

downloaded WAV file will not play

I am downloading a WAV file from my remote server (Centos 5.8). using the following PHP script: header('Content-Description: File Transfer'); header('Content-Type: audio/x-wav'); ...
-2
votes
1answer
141 views

Download file via HTTP with unknown length with Java

I want to download a HTTP query with java, but the file I download has an undetermined length when downloading. I thought this would be quite standard, so I searched and found a code snippet for it: ...
0
votes
0answers
114 views

How do you download a file in android's ndk?

I'm trying to stream a file from the net in android's ndk, but i just can't seem to find any information about downloading files in the ndk. How would i go about downloading a file? is there some sort ...
0
votes
1answer
215 views

CGI perl: Download Script not working

print $page->p("Hello All, Downloading file"); my @contents= $ssh->file_content("$dir/$file", 1); download(@contents, $file); ... ... ... sub download { use strict; my @content = shift; ...
0
votes
1answer
96 views

Automate daily downloading [closed]

Before I attempt to script this, I'm wondering if a program already exists. Everyday I download openstreetmap data. The files are updated with the naming convention 'xxx.osc.gz' everyday the file ...
0
votes
1answer
106 views

Download OSM Tiles, connection reset by peer

I've been trying to download OSM Tiles for offline usage based on a fixed area, and the codes have been working fine for awhile. However, I've been facing this error recently: ERROR(8936): recvfrom ...
0
votes
1answer
576 views

Download Image stream from android universal image loader

I use android universal image loader in monodroid for my android app. some time i need to save some images in sdcard. In this cases i need to download images in streams and then save them into ...
-1
votes
1answer
355 views

Dictionary Text File Download with definitions [closed]

Where can I download a txt file that lists words with definitions? Preferably separated by tabs, but not necessarily. Example: aardvark \t an animal \t a funny word apple \t a red fruit that is ...
0
votes
1answer
110 views

How do you download a a jar file with java?

I'm trying to implement an updates feature in my program. If an update is available, there will have to be one if not several different .jar files that must be downloaded. I'm having problems ...
3
votes
1answer
72 views

Python Downloading From URL Error?

can anyone see a problem with this code because it keeps comming back with an error and this is the code and ill post the error under the code... thanks for the help in advanced... import commands ...
-2
votes
2answers
438 views

Decode the file to Bitmap in Android throwing exception [duplicate]

Possible Duplicate: Android: Strange out of memory issue while loading an image to a Bitmap object I developed the application to decode a file to Bitmap. I done the following code but it ...
0
votes
2answers
1k views

Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

I have download link present in grid view and when I click on it, a save dialogue pop up will appeared and excel fill will be download. But I am getting error "Unable to evaluate expression because ...
0
votes
1answer
335 views

ProgressView for Downloading some files in Object-C

my problem is this: I want to show ProgressView for files downloading.For some reason the ProgressView gradually rises, showing how much file is already downloaded , and just immediately fills up ...
1
vote
6answers
444 views

How to run 3 methods one after another in c# using threading?

I've three methods i.e. Method1,Method2 & Method3. Method1 is for downloading images from one site Method2 is for downloading images from 2nd site Method3 is for comparing images Method1 gets ...
0
votes
1answer
42 views

Error while downloading the source code from google app engine

I am using the following command : appcfg.py download_app -A <application-id> -V <application-version> <output-dir> It then asks me for googleusername and password. But after ...
2
votes
2answers
276 views

IntentService android download and return file to Activity

I have a fairly tricky situation that I'm trying to determine the best design for. The basics are this: I'm designing a messaging system with a similar interface to email. When a user clicks a ...
1
vote
1answer
322 views

downloading csv files in delphi

Using Indy Clients (IdHTTP) I can download csv files, if I know the actual web address of the file by using the following code, which works perfectly (original code): procedure ...
0
votes
2answers
346 views

calculating the percentage downloaded and time remaining while downloading a file on android

I am having an android application that download songs from server to device. I am showing a progress dialog for this . I need to show the downloaded size , remaining size , elapsed time and time ...
-1
votes
2answers
232 views

PHP Image Downloader

Hey guys I'm looking for help downloading 1000+ images from one of my vendors for an e-commerce site. They provided me with the proper URLs which I set up in an array but I can't seem to get any PHP ...
2
votes
1answer
281 views

Downloading an APK from IIS 7.5 to downloads failing

This code works when downloading from an apache server no problem. but when testing on using iis 7.5 currenlty installed on win7. it doesn't seem to work at getInputStream(); although the full address ...
0
votes
1answer
208 views

How to store Downloaded image in Emulator gallery? [closed]

I am downloading an image from url and I want to show it in emulator gallery but this is not happening ? code is given below.. package com.example.storeimageindatabase; public class ...
0
votes
1answer
168 views

Google-like online installer and updater using NSIS

I would like create Google-like online installer and updater using NSIS. What plugins should I use? And maybe somebody can recommend any existing solutions or examples?
0
votes
0answers
655 views

Downloading data from Bloomberg with Excel VBA

Can I get a tip for downloading Bloomberg data in Excel VBA while running a sub? I've been trying to download certain stock trade information in a sub by using call Function. My code is below: For ...
0
votes
2answers
230 views

Download image not working

I am using C# download method to download an image the image gets downloaded but its no use its empty or what we say corrupt image does not open. The issue is the image has unusual link : ...
16
votes
3answers
2k views

Visual Studio 2012 slow compilation, high internet usage

When I compile my project in VS 2012, it takes forever (minute or 2). I have noticed, in my task manager, that the "System" is using internet connection heavily during the compilation. I have tried ...
1
vote
1answer
68 views

safari like downloading in iPhone/iPad

I need help on an animation like safari uses for downloading. When we click on a downloadable link, the animation will start where safari img will pop from the clicked position to the right side of ...

1 2 3 4