ok, I got an online WRT which generates an image and loads it in the html like:
document.getElementById('img').src="img.php?params=123";
how can I bring a save dialog target at that file? with php header is no possible, also with renaming the file is not posible (because nokia device looks in the header of a file to figure out what type is it instead of extension)
anyone?


Reply With Quote

