Mendix: The FileManager widget and uploaded file extensions -


when using filemanager widget upload files, backing filedocument entity contain binary contents of uploaded file , metadata file. problem don't know within filedocument entity can find uploaded document's file extension. see there filedocument attribute called "name", value doesn't contain file extension. example, when uploading "myfile.txt" name attribute "myfile". know full name being persisted somewhere assume there easy way me grab it, don't know look. need full file name extension because storing newly uploaded document remote file-server via web-service.

thanks.

the name attribute you're looking for. contains full file name , extension.

somewhere in application, name getting changed or extension stripped off.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -