Forum     

Go Back   Digit Technology Discussion Forum > Software > Software Q&A
Register FAQ Calendar Mark Forums Read

Software Q&A Having trouble with software? Find solutions here


Reply
 
LinkBack Thread Tools Display Modes
Old 29-09-2010, 03:20 PM   #1 (permalink)
In The Zone
 
cute.bandar's Avatar
 
Join Date: Jan 2010
Posts: 408
Default Wrote an application to upload images to imgur.com


HI
I wrote a small tiny application to upload images to the internet (imgur.com)

Download from here: http://www.softpedia.com/get/Interne...ctUpload.shtml 64kb
xp users, you will need .net framework 2.0 for this to work

To Use:
take a screen shot
OR
copy a image to the clipboard
OR
copy the path to an image file .
OR
copy a image file.

Then double click the PerfectUpload.exe . Your image will be uploaded to the internet (imgur.com) and the URL copied to your clipboard . The good thing about my app is that unlike other image upload apps , it doesn't stay in memory. it just opens , uploads, and then closes.

Would appreciate if someone downloads my app and says nice things about it .
Lastly i assure you i a noob who couldn't put a keylogger in even if he wanted to.

ta

Last edited by cute.bandar; 08-03-2011 at 10:03 PM.
cute.bandar is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-09-2010, 04:01 PM   #2 (permalink)
Uhu, Not Gonna Happen!
 
gagan007's Avatar
 
Join Date: Nov 2005
Location: Bangalore
Posts: 1,160
Default Re: WRote an application to upload images to imgur.com

hehe the disclaimer is good cute.bandar. I will try this application out and post the review....we need coders like you in this forum.
__________________
My personal blog - http://gagan.scholarguru.com
gagan007 is offline   Reply With Quote
Old 06-10-2010, 12:11 AM   #3 (permalink)
In The Zone
 
cute.bandar's Avatar
 
Join Date: Jan 2010
Posts: 408
Default Re: WRote an application to upload images to imgur.com

no love
cute.bandar is offline   Reply With Quote
Old 06-10-2010, 08:50 PM   #4 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: WRote an application to upload images to imgur.com

i tried copying images of .jpeg and .gif format. but it displayed messageBox "copy image OR ......."

the print-screen works fine ..Cheers

but after the print screen. a temp img was created on desktop but img url was not copied. tried 3 times.(dont know where images went)

personally. i think the prog has VERY minimalastic aproach.

u should give specific error, like
>what did the program not find
>internet connectivity status
>better if u created a txt file of filename as that of image and wrote the img url in there.

work around another version. good efforts.

BTW the disclaimer is really nice.

Happy Programming...
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 12-10-2010, 12:45 PM   #5 (permalink)
asia://india/ka/bangalore
 
a_to_z123's Avatar
 
Join Date: Nov 2004
Location: Bangalore, India
Posts: 293
Default Re: WRote an application to upload images to imgur.com

Nice handy app

But should be more explanatory rather than some specific pop-ups!

Good work bro!

PS: I can't find the disclaimer anywhere. Where is it??
__________________
:) I've got my F, C and K . Now all I need is You !!! :)
a_to_z123 is offline   Reply With Quote
Old 12-10-2010, 01:41 PM   #6 (permalink)
In The Zone
 
cute.bandar's Avatar
 
Join Date: Jan 2010
Posts: 408
Default Re: WRote an application to upload images to imgur.com

Quote:
i tried copying images of .jpeg and .gif format. but it displayed messageBox "copy image OR ......."
one has to copy an image or 'path to image'(c:\image.jpg) for this to work. copying an image file doesn't work. I guess I should add this feature
Quote:
a temp img was created on desktop
yeah , it is created and deleted

Quote:
img url was not copied. tried 3 times.
hmm can't say why it didn't work.

thanks for replies guys
cute.bandar is offline   Reply With Quote
Old 08-03-2011, 10:01 PM   #7 (permalink)
In The Zone
 
cute.bandar's Avatar
 
Join Date: Jan 2010
Posts: 408
Default Re: WRote an application to upload images to imgur.com

ITS ON SOFTPEDIA!
i made the changes taking into account your valuable suggestions. and now its on softpedia!! I am so excited!!

How to use
__________________
Computer parts search Engine(for india) : http://goo.gl/Sg8Yv

Last edited by cute.bandar; 08-03-2011 at 10:14 PM.
cute.bandar is offline   Reply With Quote
Old 09-03-2011, 11:53 PM   #8 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: WRote an application to upload images to imgur.com

Quote:
Originally Posted by cute.bandar View Post
ITS ON SOFTPEDIA!
i made the changes taking into account your valuable suggestions. and now its on softpedia!! I am so excited!!

How to use
CONGRATS!!!!!!!!!!

great work!!!

still something(s) to point out::
1> works great for imgs with size <= 200 kb
2> timeout WebException for upload > 1 min with filesize > 3 mb e.g. my 12MP 3.2 mb imgs were not uploaded.

increase timeout for large images. this might be issue for users with low bandwidth
3> generate a XML or INF file for multiple img hosting sites like imageshack, piccrazy etc.
4> support for bulk file upload from text file or clipboard
5> support for generic files on megaupload, rapidshare etc

----------------------------------
on your backup utility....
great idea.

please give option for skydrive in conjunction to gmail.
----------------------------------
lastly did u reflect upon my post :
Give me some ideas for a new program please
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 10-03-2011, 02:01 AM   #9 (permalink)
In The Zone
 
cute.bandar's Avatar
 
Join Date: Jan 2010
Posts: 408
Default Re: WRote an application to upload images to imgur.com

hmm I hadn't tried uploading large images with it. will do it now. thanks for pointing it out.

Quote:
4> support for bulk file upload from text file or clipboard
For uploading multiple images there are already a couple of great apps. I wanted something minimalistic for uploading just a single image.
Quote:
5> support for generic files on megaupload, rapidshare etc
not a bad suggestion. I'll think about this.
Quote:
lastly did u reflect upon my post :
nah sorry, I have been busy with something else (a webbot). I didn't understand your post anyway

About the backup utility: its giving me problems: there seems to be a couple of bugs in dotnetzip(a library I am using) and in gmail itself. that is giving me some pains. Earlier my plan was create a and upload multiple 25mb archives to gmail, but it doesn't seem it will work. skydrive sounds great, but it doesn't have an api (there is an alternative, but its kind of breaky). But your skydrive suggestion has given me an idea to consider other optinos like box.net) as well. Thanks again

---------- Post added at 02:01 AM ---------- Previous post was at 01:35 AM ----------

Ok updated to allow upload of large images on slow connections.
Download From here Nikhil's Nofrills Applications
__________________
Computer parts search Engine(for india) : http://goo.gl/Sg8Yv
cute.bandar is offline   Reply With Quote
Old 10-03-2011, 11:00 AM   #10 (permalink)
Your Ad here
 
nisargshah95's Avatar
 
Join Date: Feb 2010
Location: Mahesana, Gujarat, India
Posts: 326
Thumbs up Re: WRote an application to upload images to imgur.com

Great work dude! Keep it up!
__________________
Quote:
“The Web is like a dominatrix. Everywhere I turn, I see little buttons ordering me to Submit.”
ASUS P5KPL AM/PS | P4 @ 3.07GHz | Ubuntu 11.04 / Win Server 2k8 / XP SP3 | 1GB DDR2 | Samsung HD080HJ 80GB
nisargshah95 is offline   Reply With Quote
Old 10-03-2011, 02:12 PM   #11 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: WRote an application to upload images to imgur.com

Quote:
Originally Posted by cute.bandar View Post
. skydrive sounds great, but it doesn't have an api (there is an alternative, but its kind of breaky). But your skydrive suggestion has given me an idea to consider other optinos like box.net) as well. Thanks again
ur welcome.

i didnt know skydrive has no api, thanks for informing
box.net skipped my mind at that time. good hinting...
Quote:
Originally Posted by cute.bandar View Post
.
nah sorry, I have been busy with something else (a webbot). I didn't understand your post anyway
my idea was to create a simple code repository

much like :: CodeBank - A small centralized code repository built using the .NET framework. - CodeProject

only on window forms application and with some features
Quote:
Originally Posted by cute.bandar View Post
About the backup utility: its giving me problems: there seems to be a couple of bugs in dotnetzip(a library I am using) and in gmail itself. that is giving me some pains.
dotnetzip does not perform well and becomes unresponsive.

i switched to RAR command line invoked from System.Diagnostics.Process class
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 10-03-2011, 02:24 PM   #12 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,924
Default Re: WRote an application to upload images to imgur.com

Quote:
Originally Posted by cute.bandar View Post
skydrive sounds great, but it doesn't have an api
SkyDrive .Net API Client
Will this help?
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 10-03-2011, 02:43 PM   #13 (permalink)
In The Zone
 
cute.bandar's Avatar
 
Join Date: Jan 2010
Posts: 408
Default Re: WRote an application to upload images to imgur.com

^ I came across this. But...
Quote:
SkyDrive WebClient heavily depends on the design of SkyDrive's HTML pages, even small design or structural changes could easily break partially or completely this library -
my application isn't critical, so I could go along with it . Should I ?
Edit: skydrive has a limit of 50mb per file ? should I go along with split archives ?


---------- Post added at 02:43 PM ---------- Previous post was at 02:41 PM ----------

Quote:
i switched to RAR command line invoked from System.Diagnostics.Process class
ok I 'll try this as well.
__________________
Computer parts search Engine(for india) : http://goo.gl/Sg8Yv

Last edited by cute.bandar; 10-03-2011 at 02:50 PM.
cute.bandar is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by chris
- by abhidev
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 04:45 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2