1
0
Fork 0

Create Profile\Photos\Upload class

This commit is contained in:
Hypolite Petovan 2022-10-30 00:17:54 -04:00
commit 39765e6018
6 changed files with 296 additions and 15 deletions

View file

@ -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) {