upload image question

#set($uploadedFileResponse = $core_v2_uploadedFile.Get($contextId, $fileName))

Will the uploadedFileResponse corresponding to a specific contextId and fileName expire/disappear after some time?

Because I encounter some issue that I can get the filedata the first time. And we are also saving the contextId and filename.

Later, sometimes even something like after 5 mins, there is no filedata associate to that specific contextId and filename anymore.

Is this the expected behavior?

Parents Reply Children
No Data