Posts by Gabriel Falieri • 43 points
11 posts
-
-1
votes1
answer74
viewsQ: How to simulate the click of a button with httpWebRequest
This code of mine takes an entire content specific to a site How to simulate the click of a button? [Route("HomeController/Requisicao")] // Matches 'Products/Index' public string Requisicao() { var…
-
0
votes2
answers47
viewsQ: Form creation error with Entity framework
There’s a mistake going on that I can’t identify I know that Beginform in Create.html from the Entity framework, has some upload options to overload, one of them is the one I’m using, whose request,…
-
0
votes0
answers22
viewsQ: How to allow only custom input format?
I’m doing an input with custom types and it still keeps displaying "all files" and would like to remove it <input type="file" name="file" accept=".xls" /> It is possible to do this?…
htmlasked Gabriel Falieri 43 -
2
votes3
answers10963
viewsQ: Configure git to existing project folder
I have a project already underway where we are adopting Scrum as a development methodology. Git is all set up to commit and clone, it’s working perfectly. My question is, do you have a way to clone…
gitasked Gabriel Falieri 43 -
0
votes0
answers34
viewsQ: Transfer HTML via javascript files
To making an order system, where the user clicks on the link to fall on a page that will select the items going pro request. I need some way to identify what the user selected in these checkbox and…
-
-2
votes2
answers56
viewsQ: Difficulties in making select
Wanted a help on how to solve the last 3 selects down. Recalling that the reports that contain the item "Total quantity" demand the total quantity of the product taking into account all the orders…
-
1
votes1
answer55
viewsQ: Summation in SQL
I need to make a report with SQL, that asks me the following situation. In the general report, I need it to stay that way: Produto Quantidade Total Valor total Salpicão 30kgs 810,00 The detail is,…
-
0
votes1
answer166
viewsQ: Permission error on server
Warning: move_uploaded_file(upload/PaperCutMF15-Pet Center Comercio e Participacoes S.A., BR.license): failed to open stream: Permission denied in…
-
0
votes1
answer91
viewsQ: Mysql transaction error in php
Good morning, forum guys. I’m trying to do the simultaneous Insert, then I’m using transaction control in php, only it doesn’t make the first Insert, so it generates me a Foreign key error. public…
-
1
votes0
answers60
viewsQ: Filters in datables only working 1 time
Good morning, stack overflow. I’ve been in trouble for a while where I can’t understand your reason. I’m working with php datatables, where I do some custom filters. When I select for example 2…
-
0
votes2
answers1030
viewsQ: custom datatable filter
Good morning! There is a certain time, that I have been needing to make an advanced filter on the server side. I thought two possibilities, to send the parameters in fnserverdata, which did not work…