Skip to main content

upload files with progress informations

Project description

Detailed Documentation

tw.uploadify documentation

tw.uploadify is a tosca widget wrapper around jquery uploadify plugin

which can be found here :

http://www.uploadify.com/

the version released with this package is 2.1.4

using the widget

in the widget lib

from tw.forms import TableFieldSet
from tw.uploadify import Uploadify

class UploadFieldset(TableFieldSet):
    label_text = "upload files"
    fields = [
        Uploadify('upload_file', label_text='upload File',
                  script='upload',
                  fileDataName='upload_file',
                  scriptData={'_method': 'PUT'},
                  removeCompleted=False,
                  ),
            ]

upload_fieldset = UploadFieldset("upload_fieldset")

in the view controller

from widgetlib import upload_fieldset

...

class UploadController(BaseController):

    @expose('project.templates.upload')
    def index(self):
        params = { 'child_args' : {
                      'upload_file': dict(script="foobarbaz"),
                    }
                  }
        tmpl_context.file_form = upload_fieldset
        return dict(params=params)

in the template

<div py:replace="tmpl_context.file_form(**params)">Files Form</div>

options

only some options are implemented now, please refer to the widgets.py source code

Change history

New in 0.1

0.1a4 partial events support

0.1a3 corrected example

0.1a2 nice test and debugging contrib from Diez Roggisch better example

0.1a1 CHANGES.txt wasn’t including, stopping easy_install

0.1a0 First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tw.uploadify-0.1a4.tar.gz (40.7 kB view details)

Uploaded Source

File details

Details for the file tw.uploadify-0.1a4.tar.gz.

File metadata

  • Download URL: tw.uploadify-0.1a4.tar.gz
  • Upload date:
  • Size: 40.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tw.uploadify-0.1a4.tar.gz
Algorithm Hash digest
SHA256 c29eae5592028092a8792f23dd5e26d10ff7e3bf477b58fff5ff26e9028034db
MD5 ef5f240d090bdcba60147a956602f61a
BLAKE2b-256 bd4d6d5781cf1c863ac90211eac2559b44df8d2def8a014f958198b48bf34161

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page