Posts by Thais Ferreira • 73 points
5 posts
-
1
votes1
answer157
viewsQ: Laravel 4.2 and Ajax image upload
I am trying to make an image upload, to save along with the rest of the fields, but when I press the save button, the picture field will empty.. This is the Form <div class="panel"> <div…
-
1
votes0
answers72
viewsQ: Duplicate image error on save!
My function that saves the images in the folder works properly, but when I open the photos folder the images appear duplicated however with different names Follow the save function: protected void…
-
2
votes1
answer531
viewsQ: How to save Image to a specific folder?
I have the following code: protected void btnSalvarDestaque_Click(object sender, EventArgs e) { if (fuFotos.HasFile) { string strname = fuFotos.FileName;…
-
1
votes1
answer58
viewsQ: How to work with more than one dropdownlist to mount a C#URL?
I have the following dropdownlist where in the first person chooses whether to rent or sell immovable. The consultation in the bank is being done as follows: public List<Imovel>…
-
1
votes1
answer457
viewsQ: Asp.net and C# problem image gallery to display the photo
I’m having trouble displaying the photo in the browser the Repeater brings all the database information except the photo. I entered the data manually in the database. //TABLE CREATE TABLE…