No upload file in edit or add record (v10.0.1)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
veriolatina
User
Posts: 2
Location: Argentina
Contact:

No upload file in edit or add record (v10.0.1)

Post by veriolatina »

No load file in blob or folder, no generate error. In the example demo10 also it is the same.


danielc
User
Posts: 1601

Post by danielc »

Not sure what you mean by no upload file. Do you have issue to upload your file? Can you elaborate?

If you mean file upload button, there is [Choose...] button appear in Edit Page or Add Page for your file upload field. If you click this button, you can select your file to upload.


veriolatina
User
Posts: 2
Location: Argentina
Contact:

Post by veriolatina »

I solved the problem by uninstalling all and unchek excel extension; because it appeared the error: SyntaxError: JSON.parse: unexpected character.

The error excel extension is:
include_once 'phpexcel177/Classes/PHPExcel.php'; call phpexcel177(error) is #179
I replace with include_once 'phpexcel179/Classes/PHPExcel.php';


Webmaster
User
Posts: 9430

Post by Webmaster »

Make sure you download the PHPExcel extension for v10.0.1. (The extension is for registered users only.)


Post Reply