It looks like you're new here. If you want to get involved, click one of these buttons!
jQuery(\"a.modalbox\").live(\"click\", function(){
jQuery('#thumbnail').fileUpload({
'uploader' : 'javascript/uploader.swf',
'script' : 'javascript/upload.php',
'cancelImg' : 'javascript/cancel.png',
'auto' : true,
'folder' : 'javascript/uploads'
});
jQuery('#modal').load(jQuery(this).attr(\"href\"));
rest of the code
.....