It is currently April 25th, 2024, 2:03 am

Save downloaded images under a different name

Get help with creating, editing & fixing problems with skins
edwinek
Posts: 2
Joined: April 21st, 2010, 8:39 pm

Save downloaded images under a different name

Post by edwinek »

I'm using the webparser plugin to download an image. The URL of the image has the form of "http://..../somecode.aspx?parm1=x&parm2=y".

The download succeeds, but Rainmeter wants to save the image under the name of "somecode.aspx?parm1=x&parm2=y", which of course is invalid, so nothing is saved.

Is there a way of specifying a different name for the saved image?
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Save downloaded images under a different name

Post by jsmorley »

Download=1
DownloadFile=myimage.jpg
edwinek
Posts: 2
Joined: April 21st, 2010, 8:39 pm

Re: Save downloaded images under a different name

Post by edwinek »

Thanks, I hadn't downloaded the beta yet, but now it works.