Everything is working except for the file uploads

This commit is contained in:
Scott Idem
2024-06-14 14:42:49 -04:00
parent 65daf86cc7
commit 06df9a6230
7 changed files with 652 additions and 120 deletions

View File

@@ -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,