开发者

How to implement gmail like file upload/attachment using HTML 5

开发者 https://www.devze.com 2023-01-12 10:57 出处:网络
I remember some options where Ajax like(No post back world) file upload was supported, Hidden iframe Using flash object (Though i still have curiosity of why SWF is used ? and what advantages it of

I remember some options where Ajax like(No post back world) file upload was supported,

  1. Hidden iframe
  2. Using flash object (Though i still have curiosity of why SWF is used ? and what advantages it off开发者_如何学Pythoner ?)

However by looking at blogs it appears that HTML 5 is promising, i tried some small examples and it really works :)

But recently i found that gmail has new drap drop file feature implemented using the HTML 5 (No flash). Can some one guide me how this can be achieved and what all i need to prepare ? Is there change in XMLHTTP...(Ajax object) api in HTML 5 ? Any threads will be helpful thanks all,


I could be wrong, but I think the only help that HTML5 gives for such an upload-pattern is that it supports the attribute 'multiple' for upload fields. This allows you to select multiple files from the file-chooser dialog without using flash . The uploading itself still has to be done by JS or PHP or [yourfavorite]. A nice helper could be

http://code.google.com/p/jquery-html5-upload/

for example.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号