Everything is working except for the file uploads
This commit is contained in:
@@ -224,7 +224,9 @@ onMount(() => {
|
||||
// let event_file_id = endpoint.split('/')[3];
|
||||
|
||||
// ae_downloads[event_file_id] = {
|
||||
$ae_sess.download = {
|
||||
|
||||
// $ae_sess.download = {
|
||||
$ae_sess.download[endpoint] = {
|
||||
'endpoint': endpoint,
|
||||
'filename': event.data.filename,
|
||||
'size_total': event.data.size_total,
|
||||
|
||||
Reference in New Issue
Block a user