File Document and Picture Storage

1
Does a Mendix project have the ability to store file documents and images somewhere other that the default directory? Can we point to a file server from Amazon or Rack Space?
asked
1 answers
0

Jeff,

The file path can't just be pointed to some other location. You could however store the files somewhere else with an interface and make sure you have the reference to the file on the other storage facility and when the user needs to access the file download it temporarily to your Mendix environment again and remove it after a certain period. Quite a bit of work I must say, but not undo-able.

answered