{ "info": { "author": "Nicolas Laurance", "author_email": "nicolas[dot]laurance[at]gmail[dot]com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Environment :: Web Environment :: ToscaWidgets", "Framework :: TurboGears :: Widgets", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Widget Sets" ], "description": ".. contents::\n\nDetailed Documentation\n**********************\n\n\ntw.uploadify documentation\n==========================\n\n\ntw.uploadify is a tosca widget wrapper around jquery uploadify plugin\n which can be found here :\n\n`http://www.uploadify.com/ `_\n\nthe version released with this package is 2.1.4\n\n\nusing the widget\n----------------\n\nin the widget lib\n~~~~~~~~~~~~~~~~~\n\n::\n\n from tw.forms import TableFieldSet\n from tw.uploadify import Uploadify\n\n class UploadFieldset(TableFieldSet):\n label_text = \"upload files\"\n fields = [\n Uploadify('upload_file', label_text='upload File',\n script='upload',\n fileDataName='upload_file',\n scriptData={'_method': 'PUT'},\n removeCompleted=False,\n ),\n ]\n\n upload_fieldset = UploadFieldset(\"upload_fieldset\")\n\n\n\nin the view controller\n~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n from widgetlib import upload_fieldset\n\n ...\n\n class UploadController(BaseController):\n\n @expose('project.templates.upload')\n def index(self):\n params = { 'child_args' : {\n 'upload_file': dict(script=\"foobarbaz\"),\n }\n }\n tmpl_context.file_form = upload_fieldset\n return dict(params=params)\n\n\nin the template\n~~~~~~~~~~~~~~~\n\n::\n\n
Files Form
\n\n\noptions\n~~~~~~~\n\nonly some options are implemented now, please refer to the widgets.py source code\n\nChange history\n**************\n\nNew in 0.1\n==========\n\n0.1a4\npartial events support\n\n0.1a3\ncorrected example\n\n0.1a2\nnice test and debugging contrib from Diez Roggisch\nbetter example\n\n0.1a1\nCHANGES.txt wasn't including, stopping easy_install\n\n0.1a0\nFirst Release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "toscawidgets.widgets,jquery,uploadify,progress bar", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tw.uploadify", "package_url": "https://pypi.org/project/tw.uploadify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tw.uploadify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/tw.uploadify/0.1a4/", "requires_dist": null, "requires_python": null, "summary": "upload files with progress informations", "version": "0.1a4" }, "last_serial": 801046, "releases": { "0.1a0": [ { "comment_text": "", "digests": { "md5": "832ed333ece85ea84cecbfff44bcbd74", "sha256": "cb196c488622cad2090589fcc73ee7690980f003e143227ae1dc494e8aaf31d7" }, "downloads": -1, "filename": "tw.uploadify-0.1a0.tar.gz", "has_sig": false, "md5_digest": "832ed333ece85ea84cecbfff44bcbd74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39978, "upload_time": "2011-03-04T15:01:18", "url": "https://files.pythonhosted.org/packages/50/6a/72346fc131660f3b917d9e00222df1bf4b826fb23448faead4e6c64f62cb/tw.uploadify-0.1a0.tar.gz" } ], "0.1a1": [ { "comment_text": "", "digests": { "md5": "c9f40e124e087fc04c5212dd061dae60", "sha256": "0aab07c60ed9d16b62e60b3179cb6c5143fe4d58973d75afd47d38f847e599af" }, "downloads": -1, "filename": "tw.uploadify-0.1a1.tar.gz", "has_sig": false, "md5_digest": "c9f40e124e087fc04c5212dd061dae60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39950, "upload_time": "2011-03-04T16:58:13", "url": "https://files.pythonhosted.org/packages/7c/ca/7d2149919128580372f9e5301a2309119f565a1864e604b2be56d8645a8b/tw.uploadify-0.1a1.tar.gz" } ], "0.1a2": [ { "comment_text": "", "digests": { "md5": "95fb5af13f0b8f8edaa98557ec5add26", "sha256": "26a730b137831e400ee804c9dae425b75d39a324a80158446012dbec7d0f1095" }, "downloads": -1, "filename": "tw.uploadify-0.1a2.tar.gz", "has_sig": false, "md5_digest": "95fb5af13f0b8f8edaa98557ec5add26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40191, "upload_time": "2011-03-05T09:45:41", "url": "https://files.pythonhosted.org/packages/71/5c/ea22671f0acab0e6271f7a2b2dae8f3f9bbfed71059d67948d894801005e/tw.uploadify-0.1a2.tar.gz" } ], "0.1a3": [ { "comment_text": "", "digests": { "md5": "b465188182ee0c56e0b125cf49e503ea", "sha256": "88c46c1775e8eb635f7fdc5a27dd549d0bc4e2052cbcf9a6f8c79787010dd14b" }, "downloads": -1, "filename": "tw.uploadify-0.1a3.tar.gz", "has_sig": false, "md5_digest": "b465188182ee0c56e0b125cf49e503ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40196, "upload_time": "2011-03-07T18:36:30", "url": "https://files.pythonhosted.org/packages/d4/7b/bed7bdc62bf39aa466bace450c54e626bda4f7cea7ca251e020c00101a55/tw.uploadify-0.1a3.tar.gz" } ], "0.1a4": [ { "comment_text": "", "digests": { "md5": "ef5f240d090bdcba60147a956602f61a", "sha256": "c29eae5592028092a8792f23dd5e26d10ff7e3bf477b58fff5ff26e9028034db" }, "downloads": -1, "filename": "tw.uploadify-0.1a4.tar.gz", "has_sig": false, "md5_digest": "ef5f240d090bdcba60147a956602f61a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40651, "upload_time": "2011-07-22T16:37:44", "url": "https://files.pythonhosted.org/packages/bd/4d/6d5781cf1c863ac90211eac2559b44df8d2def8a014f958198b48bf34161/tw.uploadify-0.1a4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef5f240d090bdcba60147a956602f61a", "sha256": "c29eae5592028092a8792f23dd5e26d10ff7e3bf477b58fff5ff26e9028034db" }, "downloads": -1, "filename": "tw.uploadify-0.1a4.tar.gz", "has_sig": false, "md5_digest": "ef5f240d090bdcba60147a956602f61a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40651, "upload_time": "2011-07-22T16:37:44", "url": "https://files.pythonhosted.org/packages/bd/4d/6d5781cf1c863ac90211eac2559b44df8d2def8a014f958198b48bf34161/tw.uploadify-0.1a4.tar.gz" } ] }