Questions tagged as 'upload'

1
answer

Upload a Web C # project and host it in another site

I'm new to managing servers, I need to upload a Web project I did in vs2015 C # MVC. The detail is that I have a place where he will be invoked. Example: www.miindex.com Here there will be a link to call my site (Portal) and it should be this...
asked by 27.03.2018 / 18:10
1
answer

Server upload in nodejs

a query, how would you do a server upload in nodejs, with a load balancer like nginx? I give you this scenario. Server A, Server B, the 2 with the same app running on a port, and balancing it with nginx, for example I have a form which wil...
asked by 15.02.2017 / 17:30
1
answer

Problem input file Ajax-Upload loads 2 times

I have the following problem I am uploading files with the Ajax-Upload library, but when I upload the file it is lifted again, the file is saved on my server, but the window is raised again What can this problem be caused? In the jsfiddle place...
asked by 04.09.2018 / 16:31
1
answer

how do I upload an image in java? I have the following code

If I insert the name of the image into the database but it does not save the image in the path I give it, I get the following error:    Exception: the request does not contain a multipart / form-data or   multipart / form-data stream, content...
asked by 12.08.2018 / 19:27
1
answer

Upload files to specific folder

I want to upload a file to a specific folder, but I'm taking the route from a database query, but when I upload it, it saves it in the root path. $query = mysql_query("SELECT * FROM registros WHERE id_prod = '$id'") or die("consulta".mysql_err...
asked by 31.01.2018 / 20:14
4
answers

Error in Windows Service when I update a signed dll

I have a Windows service that the executable calls a dll (which I'll call MyMyDll.dll) with version 0.6.7.3, for example. Everything works correctly until I updated that dll to version 0.6.7.4. That when restarting the service, so that it tak...
asked by 10.01.2018 / 11:19
0
answers

Help resize image and watermark

I have this script and I would like to add a watermark when uploading it to the server but I do not know how to do it. Could you help me? <?php if ((isset($_POST["enviado"])) && ($_POST["enviado"] == "form1")) { if(isset($...
asked by 10.11.2017 / 16:48
1
answer

Error uploading files using PHP

Whatever I do, I always get the error: //echo "Ha ocurrido un error. Inténtelo de nuevo..."; And yes, I have the Xampp on with the Apache and MySQL. HTML Code: <form action="<?php echo $_SERVER['PHP_SELF'];?>" enctype="multi...
asked by 12.01.2018 / 19:59
2
answers

Problem uploading files to the server

Create a folder named files www.MiServidor.com/Archivos to which you modify the permissions to be able to read, write and modify. I have a form in index.php in which a name of an image and a file are inserted. When sending the form...
asked by 31.10.2017 / 05:37
1
answer

Block navigation between folders when viewing a file uploaded to the Server

Good morning community, Well my question is that I have a small problem when viewing a PDF file that I uploaded to the server through PHP, because, if I say I have this URL: repository / Uploads / Files / archive.pdf And if I try to na...
asked by 08.08.2017 / 16:49