Hello,
I am having problems with viewing uploaded images (they are less than 30Kb). I am using xataface 1.3.3 and Php 5.3.19 on Windows 7, IIS. I am uploading an image onto the file system and I have updated the fields.ini file
[upload images field]
Type=container
widget:type=file
allowed_extensions=jpeg,jpg,bmp,gif,png
savepath="images"
url="images"
The image gets loaded into mysql database, and the file address path is shown in the xataface "list" table, however when clicking on the file address path in the xataface table I get a blank screen. Also, if I click on the link for the null file address path in the table (for the records where I have not yet uploaded an image) I get a blank screen. Also, if I click on the "details" tab I get a blank screen. Changing the url address to absolute makes no difference.
This problem seems to be similar to the one already reported under "Upload - white screen of death" but I am not sure how it was fixed.
Any help would be much appreciated.
Thank you.
T