Jump to content
UBot Underground

Recommended Posts

How to upload a audio,video, ppt or PDF file to a website which have Java script uploader or drag and drop option in file browse option , I am facing problem to uploading these files which have above mentioned extension,i am attaching all files on which I am working please provide a solution to upload file. Below is the code:-

ui text box("Email:",#Email)

ui text box("Password:",#Password)

ui open file("Upload File:",#Upload)

clear cookies

navigate("https://www.4shared.com/","Wait")

click($element offset(<login button>,2),"Left Click","No")

wait(2)

type text(<name="login">,#Email,"Standard")

type text(<password field>,#Password,"Standard")

wait(1)

click($element offset(<login button>,0),"Left Click","No")

wait(4)

click(<id="arrowUpload">,"Left Click","No")

change file field($element offset(<id="tfid1">,1),#Upload)

Link to post
Share on other sites

Hi,

 

You can try

allow javascript("No")

 

and/or

change the user agent to an older browser version

set header("User Agent","some user agent string")

 

and/or
use browser 21 instead of 49 and use its user agents

set user agent("Internet Explorer 6")

http://www.useragentstring.com/pages/useragentstring.php

Regards,

NIck

  • Like 1
Link to post
Share on other sites

I have applied all your mentioned method but none is working my problem remains same , if it possible would you like to hint the scripts , or any plugins required ,or code to be change in advance element editor?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...