Posts by Thiago Arreguy • 129 points
2 posts
-
-1
votes5
answers6499
viewsA: Save the binary content of an image in the database
After the POST is done, Voce takes the upload variable and saves the file any temporary folder, so you can read the file and save the content in the variable $image php to then save to the database…
-
3
votes5
answers24461
viewsA: Using jQuery Validation Engine and CPF validation
In HTML put the "id" of the CPF input field of "Cpf" and add the script below. When the CPF field loses focus the function below will be executed: <script type="text/javascript"> $(function()…