Chrome は、SWFUpload 設定でコロンを期待していないと言っています。
$(document).ready(function() {
var swfu;
var settings = function() {
flash_url: 'swfupload.swf',
upload_url: 'uploadtest.php', //this is the line
file_post_name: 'file',
file_size_limit: '10 MB',
button_image_url: 'styles/images/browse2.png',
button_width: 232,
button_height: 84,
button_placeholder_id: 'swfbutton'
};
swfu = new SWFUpload(settings);
});
スクリーンショット: http://imgdiode.com/BI2QNY
通常、前の項目が欠落している場合や類似した場合に、このような構文エラーが表示されますが、ここで何が問題なのかを理解できないようです。考えすぎかもしれませんが、特に問題はありません。