Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F12553680
media_upload.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
569 B
Referenced Files
None
Subscribers
None
media_upload.vue
View Options
<template>
<div class="media-upload" @drop.prevent @dragover.prevent="fileDrag" @drop="fileDrop">
<label class="btn btn-default" :title="$t('tool_tip.media_upload')">
<i class="icon-spin4 animate-spin" v-if="uploading"></i>
<i class="icon-upload" v-if="!uploading"></i>
<input type="file" style="position: fixed; top: -100em" multiple="true"></input>
</label>
</div>
</template>
<script src="./media_upload.js" ></script>
<style>
.media-upload {
font-size: 26px;
flex: 1;
}
.icon-upload {
cursor: pointer;
}
</style>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Sat, Nov 15, 2:24 AM (14 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
633069
Default Alt Text
media_upload.vue (569 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment