This topic is locked
[SOLVED]

 Multi File upload

12/5/2014 2:45:46 PM
PHPRunner General questions
S
sts098 author

I have been trying to work with multi File upload.
I have set the Field edit settings to File/Image. I set the upload folder and files to 6. Advanced settings are set to generate the thumbnail.

Upload works well. I drag the files to the box. thumbnails show. I save and the files are stored on my server.
If I set the View AS to TEXT, it shows the JSON info

If I set it to File and check thumb nails and Icon, on the view, list and edit pages, Nothing is shown, blank

If I set it to image, it shows a broken link
Uploading to demo account did not work either.
How do I view the multiple files uploaded?

Sergey Kornilov admin 12/5/2014

You need to set 'View as' type to File or Image. If for any reason this doesn't work post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
There might be something like missing permissions or incorrect path specified to file upload folder.

S
sts098 author 12/11/2014



You need to set 'View as' type to File or Image. If for any reason this doesn't work post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
There might be something like missing permissions or incorrect path specified to file upload folder.


Thanks! While testing on your server, I realized that phprunner was generating an error when saving the files. It appears that my text field was too short to hold the data. The error was being generated on my system as well. I need to read the messages. Sorry for the fire drill. Thanks for a great product!