Posts by Lucas Mota • 135 points
6 posts
-
0
votes1
answer8
viewsQ: With large upload, zend2 does not receive post
good morning. I have an app that’s working in parts. Her problem is with a big upload, small upload or no upload, it’s working. With large upload she is not receiving the form post in Controller(?),…
-
0
votes1
answer129
viewsQ: Deploy React on Heroku
Guys good morning, I made a deploy of a React app on Heroku, but it is totally without css. I need a little help because I have no idea what it might be.
-
1
votes2
answers176
viewsQ: PHP/HTML/CSS and JAVASCRIPT script block
My question may be silly, but I really don’t know and I can’t find it on the net. I would like to add in my application chunks of snippets with script, and in this block the script highlights the…
-
0
votes1
answer70
viewsA: Jasperstarter Array and Collection Parameters
I found that Jasperstarter accepts only string and date parameters, so in order for my filter to work, I changed it to String so that I could pass the parameter Where itself. In short, I mount Where…
-
2
votes1
answer70
viewsQ: Jasperstarter Array and Collection Parameters
I’m working with Jasper reports in PHP. It’s all right, I can list them without problem, but when you have an Array or Collection parameter error occurs. I tried to pass via CMD in several ways the…
-
10
votes1
answer446
viewsQ: Easeljs isometric map, code problem, can identify
window.onload = function() { var stage = new createjs.Stage("canvas"); var bmp; var board; var img; var data; var tileClone; var x,y; var mapWidth; var mapHeight; img = new createjs.SpriteSheet({…