Jump to content

Upload new file version without changing URL???


Recommended Posts

I'm developing an entertainment tool. It gets photos from URLs using InetGet() (photos are updated everyday). The problem is that new photos belong to new URLs so i can't define an exact URLs to get photos!!! Could anyone give me an advise please.

Link to comment
Share on other sites

RAT%20QUAN%20TRONG.jpg This is a kind of multimedia player (music and pictures).Users can use it to browse for online photos while enjoying their music. Photos will be downloaded and showed on GUI using Inetget(). Let's see the example below:

InetGet("www.abc.xyzphoto1.jpg", "C:MyPhoto1.jpg")

InetGet("www.abc.xyzphoto2.jpg", "C:MyPhoto2.jpg")

GUICtrlCreatePic("C:MyPhoto1.jpg", $left1, $top1, $width1, $height1)

GUICtrlCreatePic("C:MyPhoto2.jpg", $left2, $top2, $width2, $height2)

...

Photos are updated regularly by myself, but how can do that while the URLs were define exactly? Is there any host allows uploading new version of file without changing URL?

Thanks!

Link to comment
Share on other sites

If you're changing the photo's and you're developing the software then you can define where your software reads your filenames and urls.

You're welcome.

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...