Change upload code to use new uploadify urls.

This commit is contained in:
Bharat Mediratta
2013-05-09 20:04:01 -04:00
parent 85ae39fee8
commit e4a3abdd20
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
$("#g-uploadify").uploadify({
width: 298,
height: 32,
uploader: "<?= url::file("lib/uploadify/uploadify.swf") ?>",
uploader: "<?= url::file("lib/uploadify/uploadify.php") ?>",
script: "<?= url::site("uploader/add_photo/{$album->id}") ?>",
scriptData: <?= json_encode($script_data) ?>,
fileExt: "<?= implode(";", $extensions) ?>",