Posts by Renan Montenegro • 143 points
4 posts
-
1
votes1
answer1810
viewsA: How to capture parameter in form with enctype="Multipart/form-data"?
Problem solved, I found the solution in the Oracle documentation: The fileupload Example Application If someone comes across this same problem, here is recorded the solution that worked in my…
-
2
votes1
answer1810
viewsQ: How to capture parameter in form with enctype="Multipart/form-data"?
I’m having trouble capturing the parameters of an HTML form with enctype="Multipart/form-data", I can upload an image through the form, but I can’t capture text typed in the form. The form looks…
-
10
votes1
answer5591
viewsQ: How to make SQL query that ignores uppercase, lowercase and accents?
I have a database with registration of several films, and I would like to create an SQL query that ignores the presence of capital letters, lowercase, accents and ç. For example when searching for…
-
0
votes1
answer36
viewsQ: CSS3 Gradients - Doubt about syntax in Firefox and IE
I created the CSS code below in my web project, the goal is to leave the top menu bar with a gradient from black to transparent, in Chrome works perfectly, but I do not know what syntax to use for…