Posts by Rafael D'Arrigo • 56 points
2 posts
-
3
votes2
answers365
viewsA: How can I force refresh after deploy?
The best way to do this is to use a single parameter in the link that forces you to update your scripts. Example, within the tag head of your page load the scripts this way: <script…
-
1
votes2
answers527
viewsA: Strategy of how to save images (with preview) in CRUD of products
See the image below for the relational database template you need to use. The strategy would be: When you open the add product form you will already have to create an item in the products table with…