Receiving data to a local system from a remote system, or to initiate such a data transfer.

learn more… | top users | synonyms (1)

1
vote
0answers
191 views

Server generated CSV attachment, when opened in Excel has weird sheet name

I have my server generate and outputs csv file which the browser then pops up a open/save dialog. When I open it up, all is well except the sheet name. The sheet name is mangled. If my filename is ...
1
vote
0answers
651 views

NSXMLDocument's initWithContentsOfURL is sometimes really slow on loading a URL's contents

As the title says, some URLs take less than a second to load in the browser, but in my cocoa app, running the following line repeatedly results in initWithContentsOfURL sometimes taking up to 30 ...
1
vote
0answers
42 views

A solution to embed affiliate data (id/logo) into an installer

I think about a solution (I guess, server based solution), which inserts affiliate ids/logos into an windows installer (setup.exe, set's up a video converter program, nothing fancy) on the fly. I see ...
1
vote
0answers
160 views

User-friendly checksum validation on Mac OS?

I'm not entirely sure if this a SO or SF question, but I'll give it a go here. We're offering DMGs for download and a MD5 checksum to go with each. The question is how to instruct users of how to ...
0
votes
0answers
5 views

windows phone 8 download file

I need to download file from website to iso storage.I find 3 ways,BackgroundTransfer,WebClient and HttpWebRequest can make it.but, all 3 ways can not realize pause and resume downlonding. on the other ...
0
votes
0answers
6 views

How to download MP4 file that plays through a video player using the curl command

the following page automatically plays an MP4 that I want to download on a video player: ` http://www.stylelife.com/phase2xl/media/videoplay.php?content_filename=136433981.mp4 However, when I ...
0
votes
0answers
21 views

Secure streaming link

I have a problem to secure and protect my video link from direct downloads... I am try to make something like this link http://server1.site.com/videos/123/456/789.mp4?key=0457043013fbd9ebae8ae3 ...
0
votes
0answers
10 views

How to save file to user hard drive using Flash

Does anyone have tips on how can I save a file to a user hard-drive using Flash and show its download progress? Is it even possible?
0
votes
0answers
28 views

Android - Add button to download image from app to device

So I have a basic app that displays images one at a time. And I'd like to add two buttons, one to download current image, and one to download all the images, which is basically the drawable folder. ...
0
votes
0answers
13 views

Is it possible to create a Flash based download manager?

I was wondering if its technologically possible to create a download manager using Adobe Flash which will have the following capabilities: Providing URL to download (can be external to current ...
0
votes
0answers
46 views

PhoneGap app downloading output file from PHP

I've just started working with PhoneGap for developing Android applications and have run into a problem. The application I'm building collects data from the user and is sent to the server where it's ...
0
votes
0answers
23 views

Where can i download an already built libtorrent dll?

I'm having a lot of trouble trying to build the libtorrent library. i've searched the internet for an already built dll without any success. i was wondering if someone know where to download the dll. ...
0
votes
0answers
18 views

only local player is shown in game center

I am trying to develop game game-center compatible. All results pushed in game center are shown to current local player and aren't for my other app id's. I've tried on different game-center accounts ...
0
votes
0answers
14 views

Java: FTP authentication with system.net.url

I need to download a file from ftp which uses basic authentication. I tried setting the Authenticator class like it is pointed out here: Authenticated HTTP proxy with Java but I cant seem to get it ...
0
votes
0answers
18 views

WebClient doesn't raise events

I'm trying to download all files listed by a PHP script with the file name and md5 checksum, comparing them to the local ones and if they differ download updated ones. It downloads file by file for ...
0
votes
0answers
10 views

IE8 can't download some images, and the images it can't download change with each page refresh

I am working on a leaflet map and had been thinking that IE8 was running the javascript very slowly, but now I think IE8 is just struggling with the images. Oddly, though, the images IE8 can't handle ...
0
votes
0answers
10 views

How can I download files with JSFL on a MAC?

I am writing an swfPanel to generate Jigsaw-puzzles on a Windows-pc and I am able download files on Windows but I don't own a Mac (http://www.ronaldliauw.nl/jigsawmaker/jigsawmaker.zip if you are ...
0
votes
0answers
5 views

urlmon downloading outdated files different from the file source

i am trying to download a wiki dump from a site but i noticed somehow after a new dump is available, the program is still "downloading" the old dump? what i manually downloaded and what my program ...
0
votes
0answers
25 views

downloading zip file from server is showing error message of unexpected end of archive

i am having zip file containing images in it on server. but after downloading that zip file and opening it gives an error "Unexpected end of archive", "the archive is either in unknown format or ...
0
votes
0answers
5 views

Flexget RSS for torrent

presets: Preset_name: regexp: accept: - DVDRip download: ~/torrent/watch tasks: Task_name: rss: http:// preset: - Preset_name Hello I'm using this config in ...
0
votes
0answers
29 views

download file from google sites in an android application programatically

I need to download a file from Google sites, which is made private ( which: "Only the people listed below can access" ). When I make it accessible to everybody ( without user and pass authentication ...
0
votes
0answers
23 views

tcpdf- pdf download issue with bar chart

I'm facing a terrible problem with TCPDF pdf download, I have some javascript codes to be executed to generate bar chart, $data = file_get_contents($url); Im getting data from this codes, now I ...
0
votes
0answers
32 views

Trying to download traineddata files(Tesseract)

i'm trying to download this file: tesseract-ocr-3.02.eng.tar.gz on android with the commands: HttpURLConnection urlConnection = null; urlConnection = (HttpURLConnection) url.openConnection(); ...
0
votes
0answers
36 views

Download Arrow Assist - Download a file, and have an arrow point where it is

This is my first post on Stackoverflow. I have been wanting to add this to my website badly. Im a certified computer technician, and have made a website completely out of scratch using Dreamweaver, ...
0
votes
0answers
28 views

How to download video form server and upload another server

I want to download video ( like wav, mp4, mp3) from the server and upload another server using php. is it possible using php ? I am trying with CURL, but it's not working.. If any body can have any ...
0
votes
0answers
17 views

DownloadResult VitrualPath searching the wrong path

Trying to Download a generated file from a folder using the code below public class DownloadResult : ActionResult { public DownloadResult() { } public ...
0
votes
0answers
35 views

why download manager skip and repeat some requests

A piece of our project, there is a download class which download many files sometime near 286 smallfiles using download manager we face such a problem in download manager class and its function there ...
0
votes
0answers
23 views

Download and display file by Ajax and HTML5

There are many apps are supporting async downloading file on iPhone, like click Download button and the progress bar shows the file is downloading, if the file is downloaded you can open it. I want ...
0
votes
0answers
32 views

Downloading a file from spring controllers with resume support

Downloading a file from spring controllers Above is the original article, however i wish to have resume support, means that i can dowmload 51% 1st, and then download another 49% on other time. ...
0
votes
0answers
25 views

PHP downloading instead of running on first click then running fine on second click

I was customizing a program earlier across multiple subdomians. Then the forms stopped working properly. Whenever a submit button is hit they download the php file called. However if I click it a ...
0
votes
0answers
15 views

Image download issue using libcurl in firebreath plugin

I'm using libcurl to download images when javascript function of the plugin is called with the image url as argument. This downloads the image and saves it in the temp folder. Though the main problem ...
0
votes
0answers
24 views

Download binary content

I use box.com api and try to use download functionality. Non-binary files download successfuly, but binary files download with different encoding. Could you help me with it? May be box.api provide ...
0
votes
0answers
38 views

Create a script to download images from Syntax tree generator

I'm working with a language school and I need to download a large number of images generated using this tool: http://mshang.ca/syntree/ I downloaded it, customized the tool a little but I can't find a ...
0
votes
0answers
46 views

Why does Safari/WebKit appends .html to downloaded files?

I'm having lot of issues with Safari. When I provide a download from a PHP script the downloaded file has ".html" extension appended. Despite the HTTP headers I send to the client, I found them ...
0
votes
0answers
51 views

Youtube Video download url access denied error

Please help, I used youtube API for fetching download urls. These urls are working in my local system but when I upload it to the live server it gives me error "You are not authorized to access the ...
0
votes
0answers
29 views

downloading .txt file from HTML5 form

I was just playing around with HTML5 forms for a project at work and have run into difficulty with something that seemed so simple. I've got a checklist form that when completed should create and ...
0
votes
0answers
32 views

Why do I get conflicts when Iam downloading the same files in Android by using Download Manager?

When Iam downloading the mp4 video Files using Download Manager, its getting downloaded. After Downloading process is completed i could be able to play the mp4 video Files. In my app, I given the ...
0
votes
0answers
43 views

Download with resume

I've searched many topics and posts and made my own downloading snippet with 2 functions as below! Download starts with no problem, custom errors are shown when user hasn't enough credit, all things ...
0
votes
0answers
34 views

File transfer - PHP and MySQL

I am developing a small CMS for clients. Clients can upload files (working fine) into a mysql database. I would like to implement a file download so the clients can also download files, similar to ...
0
votes
0answers
60 views

Programmatically download a file that comes from a href calling a javascript function

I have a web page with an href that calls a javascript function that downloads a file. The function download_csv is in a js file in the server. What I need to do is download that file programmatically ...
0
votes
0answers
56 views

How to download image from URL?

As above mentioned, what am i suppose to do in order to retrieve the image? url: ...
0
votes
0answers
271 views

Creating custom button for downloadify.js

Downloadify.js's download button looks like this. I guess it is a png sequence (?). Is there any tools to create a custom button like this so that I can use it with the downloadify.js library?
0
votes
0answers
45 views

Automatically download files from external url

I have the following, both in php and javascript: myvar = Array ( [0] => images.example.com/img/filename.jpg, [1] => images.example.com/img/filename2.png, ... ) Notice the links ...
0
votes
0answers
19 views

File Download Issue in Modern Browsers

I am currently creating an Intranet for work that will run on our IIS and have come across an issue: <a href="file://server/folder/file>Download</a> The above HTML doesn't work ...
0
votes
0answers
14 views

Is there a program that records and tracks system processes

Once upon a time I can remember using a free application I downloaded to track and record processes to better analyze use of resources in the program I was working with. I can't remember the name of ...
0
votes
0answers
136 views

System.ObjectDisposedException: Cannot access a closed file in C# asp.net 4

I am sending a file to client for download. File could be big (upto few GBs), so I am sending it in chunks. This is my code: //code to get data in resp stream. using (Stream inputStream = ...
0
votes
0answers
30 views

download file is working but not downloading the file in xcode application

I used the following 2 code blocks to download an xml file and both works without any error and do not crash. but i cannot see the file which should be downloaded. code 1 : NSURL *urll = ...
0
votes
0answers
67 views

C# FtpWebRequest in threads very slow

I have the following piece of code: Its working, but seems like every FtpWebRequest is making a connection to the ftp server, thus taking a lot of time for each file to download (800Kb file ...
0
votes
0answers
18 views

how can I limit the download rate of copyToLocal command on hadoop?

I'm want to download file from hadoop to local server , and the local server’s rate-limit is 10m。When the download rate exceed 10m,the local server will give an alarm 。 But I cannot find the ...
0
votes
0answers
69 views

Downloading Google Street View Images with Lat/Long

I am trying to download google street view images with lat-long details. Are there any API or software for doing this? All I can find is API for embedding in street view: ...

1 2 3 4 5 22