top | item 4292498

Show HN: Filepicker.io web widgets - Easy DragDrop & Cloud Uploads

83 points| liyanchang | 13 years ago |filepicker.io | reply

26 comments

order
[+] brettcvz|13 years ago|reply
With one line of HTML, you can pull a photo from dropbox, convert and resize it, and dump it into your S3.
[+] chaselee|13 years ago|reply
It really is easy, took like 5 seconds yesterday
[+] thinkzig|13 years ago|reply
This is the first I've heard of your service. It looks really cool.

I would find the image conversion particularly useful. Is it possible to upload a file and have it saved at multiple sizes? I couldn't see a way to do this in your API docs.... or else I'm just reading it wrong.

Congrats and keep up the great work.

[+] liyanchang|13 years ago|reply
We currently allow you to resize on the fly.

Preconfigured conversion is coming soon :D. Actually, feel free to ping me on olark (on the site) or [email protected] as we're working on it right now and I'd be curious to talk to a customer about some details.

[+] BryanB55|13 years ago|reply
Looks good. We'll be implementing something with filepicker.io in about 2 weeks. How can you make the "pick file" button open and default to "my computer" each time it opens?

Or, even better is there anyway to simply embed the pop up window in a page and eliminate the need to open a modal or pop up?

[+] ernestipark|13 years ago|reply
I really wish I had your S3 upload feature a few weeks back. Right now I get users to select a file to use as their profile picture. Then I save the file locally to my server, upload it to S3, then delete the local file. Huge PITA.
[+] liyanchang|13 years ago|reply
We actually do direct S3 uploads. Ping us offline and we'll get you set up.
[+] bitsweet|13 years ago|reply
another solution to that problem is avatars.io
[+] jarin|13 years ago|reply
Oh god, I just finished integrating Filepicker.io with a client site and I was thinking "man, it would be great if the button showed an indicator that it was done uploading".

I think I'm in love with you guys.

[+] pgrote|13 years ago|reply
I hate to ask this ... but is there a graceful fallback for IE7 clients?
[+] brettcvz|13 years ago|reply
Yup - drag-drop disappears on IE but the Cloud upload still works
[+] fredsters_s|13 years ago|reply
Awesome! How does this service just keep getting better and better? They are really able to focus on building an awesome product!
[+] brettcvz|13 years ago|reply
Wow! Thank you - let us know if there is anything more we can do.
[+] startupmum|13 years ago|reply
This is the first time I am coming across this, and I wonder if it works on mobile (saw the webcam feature on the site). Also, as an sdk, integration to mechanical turk would be great so you could workflow it through moderation. Also, document format conversion (not just images) would be great if you piped them through Google drive somehow...
[+] brettcvz|13 years ago|reply
We have full native mobile SDKs as well for iOS and Android. Turk and Gdrive conversion are neat ideas - thanks!
[+] SnaKeZ|13 years ago|reply
Awesome service! Congrats Liyan.

In the past i hated develop the "upload-code", now with your service it's really easy: just one html line.

[+] sirwanqutbi|13 years ago|reply
Whats your technology stack for this? Is it NodeJS?
[+] liyanchang|13 years ago|reply
We're a Python shop; Flask as the framework, Mongo as the DB, hosted with AWS, hand-rolled JS on jquery.