Hello colleagues!
In web designer I use the upload control to save files to the database (Upload target "Collection").
The content stored in the database is no longer corresponds to the content of the selected file.
Example file content:
Resourcekey,Account name,Account ID, Status, Account type,Valid from,Valid until
101796,PeterS,47112,1,,2020-12-07,2021-12-09
Saved content:
UmVzb3VyY2VrZXksaU1hbiBJRCxNQVYgSUQsQWNjb3VudCBuYW1lLEFjY291bnQgSUQsIFN0YXR1cywgQWNjb3VudCB0eXBlLFZhbGlkIGZyb20sVmFsaWQgdW50aWwNCjEwMTc5NiwsMDAwMDI0NTcyMSxQZXRlclNpbGksNDcxMTIsMSwsMjAyMC0xMi0wNywyMDIxLTEyLTA5DQoxMDAyNTYsMzI4MDk2LDAwMDAzNDUyMjEsRlJBMTI1NEwsR1JQXzY1ODc0LDEsRywsDQoxMDM0NTYsMzI4MDk2LDAwMDAzNDUyMjIsU1ZDX0FkbWluLDNDMzhFTkU1LTQ3RkIsMCxULCw=
If an object of the same type is created in the object browser, the content of a file can be copied easily into the field and the saved content also corresponds to the file content.
How can the file content so uploaded, that it is not changed?