Skip to content

Commit

Permalink
Revert "Revert "Upload plupload.php""
Browse files Browse the repository at this point in the history
This reverts commit ad701b5.
  • Loading branch information
jenky committed Apr 7, 2015
1 parent ad701b5 commit 4126d04
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions config/plupload.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
return [
'chunk_path' => storage_path('plupload'),

'flash_swf_url' => asset("assets/plupload/js/Moxie.swf"),
'silverlight_xap_url' => asset("assets/plupload/js/Moxie.xap"),
/*
|--------------------------------------------------------------------------
| Plupload global options
|--------------------------------------------------------------------------
|
| Set default global options for Plupload
|
| See https://github.com/moxiecode/plupload/wiki/Options
|
*/

'flash_swf_url' => public_path('assets/plupload/js/Moxie.swf'),
'silverlight_xap_url' => public_path('assets/plupload/js/Moxie.xap'),
];

0 comments on commit 4126d04

Please sign in to comment.