Anyone familiar with NicEdit

I’m using NicEdit for a website of mine and it does what I want but I need to tweak the picture upload feature and my knowledge of javascript is next to zero, basically what I need is upload the images to my website (now the script upload the images to a third party website, imgur.com) and I need to be able to change the size of the images (ideally, I need to keep the full size image and display a thumb size picture on the post).

Any help would be greatly appreciated.

Thanks

Try this:

Step 01 Open nicedit.js and go to line 271 for change image path

Step02 Change line 1368 nicURI path and line 1391 like <a href=”http://localhost/nic_texeditor/nice_upload.php&#8221; target=”_blank”>ImageShack</a>

Step03 download nice_upload.php file from Eaktadiur Lab and include the same folder.

Step04 Make images folder in same directory where image will upload