Forcing a download dialog from the netburner

Discussion to talk about software related topics only.
Post Reply
BMillikan
Posts: 14
Joined: Thu Dec 23, 2010 7:56 am

Forcing a download dialog from the netburner

Post by BMillikan »

Does anyone know how to send the proper header to force a download dialog on the client so that I can send a file from the internal flash file system? Are there any examples of this?
User avatar
pbreed
Posts: 1087
Joined: Thu Apr 24, 2008 3:58 pm

Re: Forcing a download dialog from the netburner

Post by pbreed »

Not sure what you are trying to do.
If you are trying to update code on the device from a file on the SD card then you want to look at the example:

nburn\examples\EFFS\EFFS-Appupdate

as that example does exactly that.
If what you want to do is update another netburner from a netburner that has not been done and I have no examples, but the source code for autoupdate is in the install.

Paul
User avatar
Chris Ruff
Posts: 222
Joined: Thu Apr 24, 2008 4:09 pm
Location: topsail island, nc
Contact:

Re: Forcing a download dialog from the netburner

Post by Chris Ruff »

Is what you are asking is:

How do I make the netburner post a web page with the "Save File" dialog from the browser?

Is that part of what you are asking?

and the other part is having the file come from a CF card on the netburner?

Are these what you are asking?

Chris
Real Programmers don't comment their code. If it was hard to write, it should be hard to understand
Post Reply