Skip to content

Commit

Permalink
Merge pull request #14 from RDFLib/edmond/vocexcel-web
Browse files Browse the repository at this point in the history
Set FileUpload max file size to 100mb
  • Loading branch information
edmondchuc authored Sep 20, 2023
2 parents 2ccf9fe + f26b267 commit 2f05394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocexcel-ui/src/views/ConvertView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const handleCopyRdfTurtle = () => {
url="/api/v1/convert"
:multiple="false"
accept=".xlsx"
:maxFileSize="1000000"
:maxFileSize="100000000"
:preview-width="previewWidth"
@upload="onUploadComplete"
@error="onError"
Expand Down

0 comments on commit 2f05394

Please sign in to comment.