mirror of
https://github.com/svemagie/indiekit-endpoint-activitypub.git
synced 2026-04-02 15:44:58 +02:00
Multipart form uploads fail because Indiekit has no multipart parsing middleware. Instead, read the CSV file client-side with FileReader and submit the text content as a hidden form field. Shows file name and line count after selection for user confidence.