I did some quick keyword searches but was unable to turn up the correct method for this, so here goes...
I need my ASP script to connect to a remote URL, grab a file, and save it locally. This seems like it should be pretty easy, but since it's happening needs to occur over HTTP, my searches weren't turning up any results. How would I go about doing this?
Also, it's possible that this remote file might be an image. If so, I would want to do some simple manipulation (check file size/dimensions, possibly resize and/or reduce colors/quality, etc). What methods/properties exist for doing such manipulations in ASP?
I need my ASP script to connect to a remote URL, grab a file, and save it locally. This seems like it should be pretty easy, but since it's happening needs to occur over HTTP, my searches weren't turning up any results. How would I go about doing this?
Also, it's possible that this remote file might be an image. If so, I would want to do some simple manipulation (check file size/dimensions, possibly resize and/or reduce colors/quality, etc). What methods/properties exist for doing such manipulations in ASP?