View Image

I'm developing an app where I'm going to display the image of a product, I do not want to store that image on the device but leave it on the company server. I am using an xData server to fetch the data from the database, but the image is in the file and not in the database. I'm forced to have an Apache-type web server to bring these images or have another way to use the Xdata server itself for this?


You can simple use a XData service operation that returns a TStream and return the file content in that service operation. Some info:


Service Operations Tutorial: http://www.tmssoftware.biz/business/xdata/doc/web/service_operations_tutorial.html

If you really want to return raw files from the disk just like a file server in Apache, you can simply add a Sparkle TStaticModule to your server, in addition to the XData module:

Sparkle TStaticModule: http://www.tmssoftware.biz/business/sparkle/doc/web/tstaticmodule.html

Trying to use TSparkle, but I can not. See the error please.


www.toqsys.com.br/arquivos/erro.png

what am I doing wrong?

thanks...

Are you using the latest 2.3.0.1 TMS Sparkle version?

Installing "TMS Sparkle"
    Reading string value: Software\TMSSoftware\TMS Sparkle\InstallDir (80000001)
        Returned value: C:\Delphi DX\TMS\TMS Sparkle
    Reading string value: Software\TMSSoftware\TMS Sparkle\Version (80000001)
        Returned value: 2.1.0

I'll see how to upgrade.