NetTalk Central

Author Topic: Cannot access an image  (Read 3333 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Cannot access an image
« on: February 18, 2015, 06:29:15 PM »
HI

I have a Form on which I have 6 places for images.  The user can 'file upload' all six and they are immediately displayed via an 'Image' field type.  On my development machine all of this works perfectly - the correct path name with the unique image name is moved to the file name field in the table and the image is copied to the web\uploads folder where it is successfully retrieved through the image field and displayed.

However when I moved this app to my test web sever although the name is generated and populated correctly and the file is copied to the web\uploads folder  the 'Image' field cannot retrieve it for display.

The web folder full path is different on the web server from the dev machine but this is handled by the logic and looks to be 100%.  If I log on to the web server and 'read' the uploaded image there is no problem.  My NT app can write to the  folder.

On the web server the folder is networked and shared.

Has anyone seen this before?

Thanks

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: Cannot access an image
« Reply #1 on: February 23, 2015, 03:28:22 AM »
>> Has anyone seen this before?

I've not seen it before.

cheers
Bruce

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Cannot access an image
« Reply #2 on: February 23, 2015, 02:25:58 PM »
Hi Keith,

"The web folder full path is different on the web server from the dev machine but this is handled by the logic and looks to be 100%"

I would put in a debug to ensure the path returned is correct. Maybe this is stored in a string and the string is not long enough on the web server etc.