Jump to content

Wasn't there a upload imageshack script somewhere?


Recommended Posts

See the snippet database (see my sig).

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

I can't seem to get it working. /edit ether (didn't see other post)

Idk if its out dated or just me.

but imageshack reloads with a:

"Please click "Browse" and select a file to upload." and there is no ConsoleWrite.

I tried Msgbox(1, "Url", $oInput.value) where consolewrite is and $oInput.value ='ed "Paste image url here" then 0 then 0.

Edited by Orgins

I'm a newbie.Sorry if I don't reposed to your replays very fast.

Link to comment
Share on other sites

yeah either.

any help would be appreciated.

"any help" as in 1) "can someone fix it for me and let me know when it is done" or 2) "I've studied the code and understand what it does, but I'm having a problem with a specific piece of it and I'd like some help... here is what I've tried..."

I'm hoping you mean 2) and just neglected to provide the supporting information...

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

$oForm = _IEFormGetCollection($oIE, 1)

Needs to be $oForm = _IEFormGetCollection($oIE, 2)

Someone owes me 15 mins of my life back! and I still don't get a consolewrite but I think thats just me.

/edit* I'm confused how would I get the url for the uploaded image? _IEBodyReadText or _IEBodyReadHTML ($oIE) isn't working

/edit2* nvm last edit I'm an dumbass. The txt file I was saving/making went where the uploaded pic was.

Edited by Orgins

I'm a newbie.Sorry if I don't reposed to your replays very fast.

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