Skip to content

Commit 2f05394

Browse files
authored
Merge pull request #14 from RDFLib/edmond/vocexcel-web
Set FileUpload max file size to 100mb
2 parents 2ccf9fe + f26b267 commit 2f05394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vocexcel-ui/src/views/ConvertView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const handleCopyRdfTurtle = () => {
7676
url="/api/v1/convert"
7777
:multiple="false"
7878
accept=".xlsx"
79-
:maxFileSize="1000000"
79+
:maxFileSize="100000000"
8080
:preview-width="previewWidth"
8181
@upload="onUploadComplete"
8282
@error="onError"

0 commit comments

Comments
 (0)