Jump to content
UBot Underground

Upload Image To Hotmail/outlook


Recommended Posts

im trying to upload image to hotmail but not working

 

changing file field its seem to me a solution, i read about this on forum but can't get it work

 

link to upload image

https://account.microsoft.com/profile/edit/picture?ru=https://account.microsoft.com/#/

change attribute(<click="ng-click">,"value","D:\\UBot Studio\\Project\\Email\\Email Creator\\Hotmail\\Images\\1.jpg")

It is possible what i need or i just losing my time?

Link to post
Share on other sites

use window command from plugin "WindowsCommands.dll"

 

sample

plugin command("WindowsCommands.dll", "set dialog text", "Open", "File name:", "{$special folder("Application")}\\sample.csv")
plugin command("WindowsCommands.dll", "click dialog button", "Open", "Save")
Link to post
Share on other sites

 

use window command from plugin "WindowsCommands.dll"

 

sample

plugin command("WindowsCommands.dll", "set dialog text", "Open", "File name:", "{$special folder("Application")}\\sample.csv")
plugin command("WindowsCommands.dll", "click dialog button", "Open", "Save")

problem is that its not working 

 

ive test "set dialog text" with a simple example and its work

navigate("http://examples7x.wicket.apache.org/upload/single?1","Wait")
wait(10)
click($element offset(<name="fileInput">,0),"Left Click","No")
wait(10)
plugin command("WindowsCommands.dll", "set dialog text", "Open", "File name:", "blue.png")
wait(5)
plugin command("WindowsCommands.dll", "click dialog button", "Open", "Open")

but with https://account.microsoft.com/profile/edit/picture?ru=https://account.microsoft.com/#/its not working

when i click on upload images dont apear any new windows for selecting images

Link to post
Share on other sites

1. change dialog title first (it sample not true use)

2. use image full path only

plugin command("WindowsCommands.dll", "set dialog text", "File Upload", "File name:", "C:\\Users\\XXXX\\Pictures\\2016-01-20_19-03-27.png")
plugin command("WindowsCommands.dll", "click dialog button", "File Upload", "Open")
Link to post
Share on other sites

 

1. change dialog title first (it sample not true use)

2. use image full path only

plugin command("WindowsCommands.dll", "set dialog text", "File Upload", "File name:", "C:\\Users\\XXXX\\Pictures\\2016-01-20_19-03-27.png")
plugin command("WindowsCommands.dll", "click dialog button", "File Upload", "Open")

yes, ive change the title

plugin command("WindowsCommands.dll", "set dialog text", "Add a picture", "File name:", "D:\\UBot Studio\\Project\\Email\\Email Creator\\Hotmail\\Images\\1.jpg")
plugin command("WindowsCommands.dll", "click dialog button", "Add a picture", "Open")

but what i am trying to say is that when i click on Add a picture(manual click with mouse) its not opening any windows and it should be

its seem like ubot block it

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...