簡單記錄一下ng處理上傳的相關資源
Please note that solutions that use FormData(), such as the ones presented here in other answers, do not work correctly in older IE browsers.
The correct solution should use a backup strategy for that, such as using iFrames. There are already many angular JS modules to perform file uploading:
Please note that solutions that use FormData(), such as the ones presented here in other answers, do not work correctly in older IE browsers.
The correct solution should use a backup strategy for that, such as using iFrames. There are already many angular JS modules to perform file uploading:
- https://github.com/nervgh/angular-file-upload/
- https://github.com/leon/angular-upload
- https://github.com/uor/angular-file
- https://github.com/danialfarid/angular-file-upload (最多github的讚)
- https://github.com/twilson63/ngUpload
http://uncorkedstudios.com/blog/multipartformdata-file-upload-with-angularjs
https://egghead.io/lessons/angularjs-file-uploads
沒有留言:
張貼留言
留個話吧:)