question

brendan avatar image
brendan asked

500 error on InitiateFileUploads

Question from a developer:

I'm getting a 500 error when I try to use the Entity File system (in response to the call to InitiateFileUploads). What is causing this?

entities
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

The most common cause of this is specifying something other than the filename (and extension). So, rather than "C:\foo\bar.txt" or "foo\bar.txt", you should be using just "bar.txt".

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.