Upload of a video in the upload field of a form

Upload of a video in the upload field of a form

lfabrylfabry Posts: 14Questions: 5Answers: 0

Hi, i would like to be able to upload videos (.mp4 for example) in a form editor, I have already setup a drag&drop field (with uploadmany) which works great with images but when i try to drag&drop a video I have the following error : A server error occurred while uploading the file. Did anyone have a way to fix this ? Thanks !

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Answer ✓

    That error suggests that invalid JSON has been returned from the server. It might contain an error message, it might be black. So the first step is to use the browser's Network inspector to have a look at the return and see if there is an error message. If there isn't you'll need to look at the server's error logs.

    My guess is that it might be configured to not allow files over a certain size to be uploaded.

    Allan

This discussion has been closed.