hi,
i am using persisted upload method of uploader for file uploading.
the file is initially stored with .resx extensions.
eg: 123.mov is stored as persisted4232d1cd0-adab.........123.mov.resx
i want to store the complete filename (persisted4232d1cd0-adab.........123.mov.resx) in the database.
so how can i obtain the complete filename (persisted4232d1cd0-adab.........123.mov.resx).
Thanks.