Hi Arindam,
On Thu, 1 Mar 2012, Arindam Chatterjee wrote:
> I am new to this and tried searching for plugins & utilities through the
> archives for an http post ability from ImageJ. Can someone point me to
> anything that might have already been developed or do I need to write a
> script to get something like that done? Basically once the image is
> captured, I need to post it to a web server running PHP to take the
> image and store it. I am running ImageJ as an applet.
There is a MediaWiki client in the Fiji distribution which has to do that.
See
http://fiji.sc/MediaWikiClient.javaand look for the sendRequest method (unfortunately it is not a minimal
example code, but it does include code to upload files which is a bit...
special).
Ciao,
Johannes