Results 1 to 5 of 5
  1. #1
    sj2018 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2017
    Posts
    3

    URLDownloadToFile Not work with some Iamge

    hi ,


    I have written code to download Image from web site and it's work perfectly with image has link like this :
    www.xxxxx/iamgename.jpg

    but my big problem I found Image is use to verify to login
    Click image for larger version. 

Name:	???? ?????.png 
Views:	21 
Size:	3.8 KB 
ID:	29718
    and it has link like this
    www.xxx/CAPTCHAImage.aspx?GUID=eb720490-d044-4b68-8acd-d6e1d62fbad7

    HOW CAN I DOWNLOAD THIS IMAGE VIA VBA CODE ???



  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,398
    don't think you can, that's the whole point of it - to prevent any form of automation

  3. #3
    sj2018 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2017
    Posts
    3
    Oh , is there any way to catch the numbers in image ?

  4. #4
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,398
    possibly by doing some sort of pixel comparison, but again, the nature of the image is to make this extremely difficult.

    Why do you want to read the number? it changes every time.

  5. #5
    sj2018 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jul 2017
    Posts
    3
    Quote Originally Posted by Ajax View Post
    possibly by doing some sort of pixel comparison, but again, the nature of the image is to make this extremely difficult.

    Why do you want to read the number? it changes every time.
    I want users login to web site
    Via my database
    Because my database give them
    More features not available in the web site

    Now , I want code give me abilty to dawnload the web site after that i can catch the image

    HOW CAN I DO THAT ?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Can't get it to work..
    By Voodeux2014 in forum Forms
    Replies: 1
    Last Post: 02-16-2015, 09:41 AM
  2. Replies: 4
    Last Post: 12-06-2014, 08:49 PM
  3. Code Does not work
    By larabeelw in forum Access
    Replies: 11
    Last Post: 11-27-2013, 03:18 PM
  4. can't we just work together?
    By ldodge in forum Queries
    Replies: 4
    Last Post: 10-15-2011, 06:42 AM
  5. how does mdw work?
    By raffie77 in forum Security
    Replies: 2
    Last Post: 08-17-2011, 12:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums