Hi @Praveen_p1 , The package that you would have exported, will contain
the DB related entries of the uploaded files, like the file name, upload
date, MD5 name, etc. The actual file name gets changed during upload and
gets changed to the file name's MD5 hash equivalent. It's uploaded on
the application server's file system in the following directory:
/usr/local/neolane/nl6/var/res// if its Linux and
\var\res\\ in case of Windows. So
you need to copy all the files in the above-mentioned directory...