This topic is locked
[SOLVED]

 8.1 multiple upload files not displayed

1/25/2016 5:06:23 PM
PHPRunner General questions
I
ianlyonthomas author

Hi,
I have a project that enables users to upload files. Max number of files is set to zero (unlimited).

If use uploads one file, this displays OK an all screens and can be accessed.
When more than 1 file is uploaded, the files upload and are stored in the directory and included in the database.
However, add, view, edit and list screens do not show any files thumbnails/id
Does anyone have an idea why this is happening.
Files are excel spreadsheets of pdf files.
Any info would be great.
Thanks

Ian

Sergey Kornilov admin 1/25/2016

Make sure that field that stores uploaded files info is large enough. One file info takes about 300-400 bytes.

I
ianlyonthomas author 1/26/2016



Make sure that field that stores uploaded files info is large enough. One file info takes about 300-400 bytes.

I
ianlyonthomas author 1/26/2016






Thanks - great help.