This topic is locked

PHPRuner 6.2 Trial

9/11/2012 11:27:16 PM
PHPRunner General questions
S
swanside author

Hi,

Great work on this, I have been waiting for something like this for a few years.
I have tried it, but i dont know where I am going wrong.
I have three fields.

testid int 10

name varchar 100

signature longblob
In my visual editor, I see the two fields name and signature on the add page. I double click signature and select, signaturepad, add ini script, in the list page it views it as image. I build the project and access it from my ipad.

I select Add new, enter my name and sign the box and press save. I go back to list, but it shows a blue square with a question mar in it on the list page and the view page?
In my wamp dir, I have a folder called test, this is where the project is built to, and in there I have a folder called files?

Cheers

Paul

Sergey Kornilov admin 9/12/2012

Signature field must be a text field. It stores image data in the field while file itself is stored in the folder on the server. Folder name is 'files' and can be changed via initialization script.

S
swanside author 9/12/2012



Signature field must be a text field. It stores image data in the field while file itself is stored in the folder on the server. Folder name is 'files' and can be changed via initialization script.


Great.

When is the full version available?

Thanks