Saturday, 14 May 2011

webshots desktop

a simple app as a cgi frontend, using the http post method to download or upload photos
but a bit weird bug is the 'missing username' while uploading photo to my own account after logon

the build I using 3.1.5.7619, build date 7/26/2010, searching around the webshots forum or web but no hope

to work around , I wrote a simple ahk script


SetTitleMatchMode 2
loop
{
ControlSend, OK, {Enter}, Webshots Photo Uploader
if ErrorLevel = 0
{
sleep, 1500
ControlSend, Upload, {Enter}, Step 2 of 3: upload files
}
sleep, 1500
}

No comments:

Labels

Search This Blog