반응형
반응형

HTML5 File Uploads with jQuery

 

http://tutorialzine.com/2011/09/html5-file-upload-jquery-php/

 

 

Demo    Download

 

What are HTML5 File Uploads?

Uploading files using HTML5 is actually a combination of three technologies – the new File Reader API, the also new Drag & Drop API, and the good ol’ AJAX (with the addition of binary data transfer). Here is a description of a HTML5 file upload process:

  1. The user drops one or more files from their file system to the browser window by dragging. Browsers that support the Drag & Drop API will fire an event, which alongside other useful information, contains a list of files that were dropped;
  2. Using the File Reader API, we read the files in the list as binary data, and store them in memory;
  3. We use the new sendAsBinary method of the XMLHttpRequest object, and send the file data to the server.

Sounds complicated? Yes, it could use some optimization. Fortunately, there are jQuery plugins that can do this for us. One of them is Filedrop, which is a wrapper around this functionality, and provides features for limiting maximum file size and specifying callback functions, which is really handy for integrating it into your web applications.

Currently file uploads work only in Firefox and Chrome, but upcoming major versions of the other browsers also include support for it. A simple fallback solution for older browsers would be to display a regular file input dialog, but we won’t be doing this today, as we will be focusing our attention on using HTML5.

So lets get started!

반응형
반응형

부모가 아이를 더 크게 성장시키려면
모든 걸 갖추어주는 배려는 독이 될 수 있다.
어느 정도 결핍을 허용하고,
그 속에서 스스로 판단하고 걸어갈 수 있게끔 해야 한다.
인류사의 모든 문명은 결핍에서 성장하고 풍요에서 쇠퇴해갔다.
개인도 마찬가지다.
- 한형조 (한국학 중앙연구원 교수)

 

그야말로 헝그리 정신이 필요한 시대입니다.
그러나 실제로 헝그리 하지 않은 상황에서
헝그리 정신을 갖는다는 것은 매우 어려운 일입니다.
역으로 생각하면, 그렇기 때문에 오히려
사랑하는 자녀, 사랑하는 후배, 부하직원들에게
어떻게 하면 결핍을 선물할까? 헝그리 정신을 어떻게 심어줄까?
더욱 더 고민해야 하는 때라 할 수 있습니다.

반응형
반응형
혼자서 앓는 병


객지에서 한 달 가까이
혼자서 감기를 앓으면서 느낀 것은
인간은 혼자서 병을 앓아서는 안된다는
사실이었지요. 누군가 가까운 사람이 있다는 것은
누군가 자기 병을 걱정해주는 사람이 있다는 말과
같습니다. 병을 앓게 되면 자신이 혼자인가
아니면 남과 함께 살고 있는지를
알게 됩니다.


- 이어령의《지성에서 영성으로》 중에서 -


* 혼자서
병을 앓아 보셨나요?
그보다 힘든 일도 없습니다.
그 고통과 고독이 사람을 못 견디게 합니다.
혼자서 병을 앓아보면 알게 되는 것이 많습니다.
보이는 것, 들리는 것이 달라집니다.
무엇이 사랑인지, 누가 고마운지,
뼛속 깊이 알게 됩니다.



 

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

지금 이대로도 충분합니다  (0) 2013.11.08
백발백중  (0) 2013.11.07
허물  (0) 2013.11.05
낙천성  (0) 2013.11.04
뿌듯한 자랑  (0) 2013.11.02
반응형

Inserted Android reference links as the first attempt to improve API documentation. More will follow soon.

Also found out accidentally that updated Configuration class is not generated in the latest commit, so I added it as a separate commit.


You can merge this Pull Request by running

  git pull https://github.com/guersam/scaloid wip-improve-apidoc

Or view, comment on, or merge it at:

https://github.com/pocorall/scaloid/pull/69

Commit Summary

  • Generate Configuration class as changed in afb19ef8
  • Add link to Android reference for each generated class

File Changes

Patch Links:

 

반응형
반응형
Saltnpaper (솔튼페이퍼) - Heart Storm

 

 

 

 

반응형
반응형

 

 

 

 

 

 

 

친절이란 귀먹은 사람이 들을 수 있고 눈먼 사람이 볼 수 있는 언어. - 마크 트웨인 -

 

 

 

 

 

 

 

 

 

 

 

 

.

 

반응형

+ Recent posts