The 'client' application is based on mssql with fm3 applied.
If I upload an image, it is saved to host web\uploads folder.
If I copy the file I uploaded to 'client' web\uploads folder, then it is retrieved, and shows.
If I put the image in a blob, it shows.
An uploaded image saves to the record as '\uploads\tireg.jpg' (for this field the 'Remove webfolder path from incoming file name' is on)
It is upladed to the host web\upload folder.
In the dll app, it does not show, until I copy it to the web\uploads\ folder of the 'client'
So, I made a new field, where 'Remove webfolder path from incoming file name' is ticed off.
The uploaded image saves to: 'C:\Shared\MultiSite\web\uploads\timeknapper.jpg'
If this is what it should be like, how do I save uploaded files to the 'client' web\uploads folder?
I also tried to add a disconnected web app to the host.
It works standalone, but as a dll the syncronization fails.
The reply from debugview is no file found in host folder, for each file to sync.
The paths for web and data folders are set up correct.
Regards
Are