Posts by Dieggo Carrilho • 13 points
4 posts
-
0
votes1
answer154
viewsQ: Thumbnail image by Javascript and send to Firebase Storage
Ae Personal, currently I have a service to send image to Firebase and store its URL. So far so good, but I would like to generate a thumbnail of the same image and send it to firebase as well. For…
-
1
votes1
answer309
viewsA: How to recover categories linked to a post?
If you want to list the categories related to the post. You can call the model method that says who are the categories associated with it. Type: public function edit(Post $post) { $categorias =…
-
0
votes0
answers40
viewsQ: Form via PUT method is not sending the data to a restEasy service
I am sending a form via Ajax, my front is done in Angularjs. I capture the form information and send it to a service that is in Java Restreasy. But it arrives Nullo! Someone could help me? In my…
-
-1
votes3
answers766
viewsQ: Capture page information on facebook
would like some information. Is there any way to get some data from pages not administered by me, like [likes, comments and etc] of some page just stating the URL of this page?? Explanation: is it…