Live data from Hacker News

Show HN: Filepicker.io - dead simple file uploads

filepicker.io

91–100 of 107 posts

Re: Show HN: Filepicker.io - dead simple file uploads

#91

filepicker.getFile(mimetype, callback(url){alert(url);}); I feel dumb saying this, but I don't understand the example code. Why do I have to give Filepicker a mimetype? I would expect it to tell me what MIME type the user uploaded. Are you setting the type of file the user is allowed to upload? Can you whitelist several at once? Are you only expecting images, or does this work for PDFs, etc? Also, is this javascript?…

That's correct. You get to whitelist the files we allow the user to choose. The mimetype should work for things like "text/" or "" if you want multiple, but I'll look into adding something that takes a list, if that's something that you would want.

Thanks for catching that typo. We were debating if just to write 'callback' or to have a simple function that calls alert. We ended up with neither :D Fixed.

Re: Show HN: Filepicker.io - dead simple file uploads

#92
post #44

Earlier quoted context omitted.

We would love to be a webintents provider and it's on the feature list. Part of this is also an effort to spur the webintents forward :D

Hey, intents are moving forward :) (Neat app, btw!)

Haha. No doubt. I'm on the w3c mailing list :D

Re: Show HN: Filepicker.io - dead simple file uploads

#93

I understand that you are trying to do a MVP, but 'does not currently work in Internet Explorer' is stretching the meaning of 'viable' a bit too far. This tool is supposed to make developers life easier when building a file upload tool? Getting it to work in IE is the most annoying part, but this plugin is not offering any help.

We completely agree. Nailing cross browser issues, more services, and looking to mobile is what can make this valuable and, as you correctly point out, we aren't quite there yet.

We just wanted to loop the community in early to help us build a product that you all want. Thanks for the feedback :D

Re: Show HN: Filepicker.io - dead simple file uploads

#95

Earlier quoted context omitted.

Great I'll be following the progress. One more thing I would really need is the ability to remove and order the upload options.

Good to know. Is that something you imagine the developer being able to specify or a user setting?

Hey Liyan, I would want this as something I, as the developer, could specify. A social site might want all the options there, but for my sites I'm worried about conversion and wouldn't want the added confusion of having upload choices that my customers are rarely going to use.

Re: Show HN: Filepicker.io - dead simple file uploads

#99

Earlier quoted context omitted.

1. Good to know. It'd be interesting to know how the community feels about windows vs iframes. We felt like windows were more analogous to system dialogs, but iframes are easier for message passing 2. Would you pay for custom branding? 3. I defer to other articles re. bootstrap. We figured if we wanted to match the styling of other sites in the best possible way, bootstrap is a decent choice

> We felt like windows were more analogous to system dialogs, but iframes are easier for message passing Stop. Hire a designer.

Apologies if I missed a nuance but it would be more helpful if you explained why...? Are you saying the OP is spending too much time pontificating when they should be handing the work to a trained professional? Or are you disagreeing with what they said?

Re: Show HN: Filepicker.io - dead simple file uploads

#100

Earlier quoted context omitted.

> We felt like windows were more analogous to system dialogs, but iframes are easier for message passing Stop. Hire a designer.

Apologies if I missed a nuance but it would be more helpful if you explained why...? Are you saying the OP is spending too much time pontificating when they should be handing the work to a trained professional? Or are you disagreeing with what they said?

You have to read the three reasons posted above and then the explanation. The service as implemented on the backend looks good but on the front end they need some help of the professional kind.

Also, including the Aviary viewer in the demo takes away from the product.

Post reply on HN