NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - aren1968

Pages: [1]
1
Web Server - Ask For Help / Re: Multi Site Host NT 14.11
« on: November 03, 2023, 12:31:57 AM »
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

                                                                                                       

2
Web Server - Ask For Help / Multi Site Host NT 14.11
« on: November 02, 2023, 12:14:54 PM »
I have a problem with host not using the location for web and data folder set up in the web interface.
I set the web folder to C:\Shared\Prosjekter\Gallot\GaMobile\web and data folder to C:\Shared\Prosjekter\Gallot\GaMobile
When I upload a picture it goes to C:\Shared\MultiSite\web\uploads
However my program expects it to be in C:\Shared\Prosjekter\Gallot\GaMobile\web
Am I doing something wrong here?

3
Web Server - Ask For Help / Re: Next freezes browse
« on: July 10, 2023, 10:21:00 PM »
I have the same problem.
Charset in webserver settings is UTF-8
Store data as : Scandinavian (windows-1252)
If I remove text fields from the browse then next and previous buttons will function.
Also the browse freeze when I try to do a search, or sort the browse by headers.
Tried edge browser, same problem.
No errors in the html.

Cheers

Are

Pages: [1]