I'm trying to create an image upload form on my site that uploads directly to imgur for hosting, but I have to use classic ASP or javascript, and the only javascript example does not wo开发者_运维百科rk in IE. Does anyone know if these is easily accomplished?
Here's the api: http://api.imgur.com/examples
Thanks for any help!
you could use a jQuery plugin to accomplish a javascript upload
http://plugins.jquery.com/search/node/upload
精彩评论