Skip to content
MCF edited this page Sep 14, 2010 · 27 revisions

FileUpload Versions.

A change to the event capture was introduced after the release of Cappuccino version 0.8.1 that broke some of the functionality of the original FileUpload gist code. The relevant commit actually took place during 0.8.0 development but was reverted temporarily for the 0.8.1 release. So you should choose the appropriate version of FileUpload to match the version of Cappuccino being used.

FileUpload has several branches to support the different version of Cappuccino:

single_file_for_0.8.1 – supports single file uploads for version 0.8.1 of Cappuccino (and 0.7.1 for that matter).
single_file_for_latest – supports single file uploads for the latest development release of Cappuccino

Browser Compatibility

The 0.8.1 compatible version of FileUpload has been tested with the following browsers:

Firefox 3.5
Firefox 3.6
Internet Explorer 6.0 (you will have to comment out the console.log calls in the test App).

Additional Information

There is a feature request for a File Upload button in Cappuccino here:

http://cappuccino.lighthouseapp.com/projects/16499/tickets/121-need-for-a-cpopenpanel

There are a number of mailing list discussions on the topic as well:

http://groups.google.com/group/objectivej/browse_thread/thread/e02f83870a9230d1
http://groups.google.com/group/objectivej/browse_thread/thread/253e92f8a4b10019

Clone this wiki locally