How do i do file versioning with fileDescriptor

Hi,
I want to know how do i do file versioning with fileDescriptor. Actually i want to keep many versions of a file…

Hi,

You have to do versioning on the application level. For example, you can create a FileVersion entity that has a many-to-one reference to FileDescriptor.