タグ

fileとuploadに関するyutatoneのブックマーク (3)

  • Options

    The jQuery File Upload Plugin consists of a basic version (jquery.fileupload.js) providing the File Upload API and an additional plugin providing a complete user interface (jquery.fileupload-ui.js). All options of the basic version are present in the UI version, while the latter introduces some additional options. For example code on how to use the options, please refer to the API documentation. A

    Options
  • jQuery File Upload Demo

    jQuery File Upload Demo File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing. Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads. Pintura

  • フォーラム - Flex User Group

    はじめまして 現在、AirアプリでAmazonS3(データストレージ)サーバにファイルをアップロードするソフトを作成しております。 その際に数百Mを超えるファイルをアップロードすると正常にアップロードができず困っております。 (例) // アップロードしたいデータファイルの読み込み var file:File = new File(データファイル); // イベントの追加 file.addEventListener(Event.COMPLETE, onComplete); : // アップロード先の設定 var req:URLRequest = new URLRequest(アップロード先URL); : // ファイルのアップロード file.uploadUnencoded(req); これで数百Mのファイルを送信するとIOエラーが発生してしまいます。 もし、Airで数Gのファイルをアップ

  • 1