File upload from file-based module Assay

LabKey Support Forum (Inactive)
File upload from file-based module Assay Anthony Corbett  2013-03-20 13:22
Status: Closed
 

I've looked into this a bit further:

In SpringActionController.handleRequest() it is correctly detecting the multipart and resolving the request to Spring's DefaultMultipartHttpServletRequest. However its private multipartFiles Map is empty.

This leads to the iterator not having any fileNames to iterate over in AbstactFileUploadAction.export()


Not sure how to proceed. Any help would be greatly appreciated.