Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 655 Bytes

File metadata and controls

14 lines (9 loc) · 655 Bytes

Asynchronous Upload

This example shows how to use ba.create.upload() for creating an upload directory object, which can accept a large number of concurrent uploads.

Blocking Upload

Run the example, using the Mako Server, as follows:

cd upload/blocking
mako -l::www

For detailed instructions on starting the Mako Server, check out our command line video tutorial and review the server's command line options in our documentation.