Create Profile\Photos\Upload class
This commit is contained in:
parent
f826ce70ce
commit
39765e6018
6 changed files with 296 additions and 15 deletions
|
@ -6,7 +6,7 @@
|
|||
$(document).ready(function() {
|
||||
var uploader = new window.AjaxUpload(
|
||||
'prvmail-upload',
|
||||
{ action: 'wall_upload/{{$nickname}}',
|
||||
{ action: 'profile/{{$nickname}}/photos/upload',
|
||||
name: 'userfile',
|
||||
onSubmit: function(file,ext) { $('#profile-rotator').show(); },
|
||||
onComplete: function(file,response) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue