Questions tagged as 'upload'

1
answer

Null pointer in Part filetype when uploading

I'm having a proplem using javax.servlet.http.Part . It is coming null when I upload. Test XHTML <?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html">...
asked by 27.02.2015 / 15:54
2
answers

Upload with $ http post

In my controller, I have the following code that I use to POST my form: $http.post(url, json_object).then(function (results) { console.log(results.data); }); The above code sends a json to the server. How do you adapt it to upload...
asked by 02.03.2015 / 20:46
1
answer

Recover disk image via callback

Well, I'm developing a feature that aims to upload an image (this step has already been done) and right after I "retrieve" it to select some color in it ( ColorPicker with Canvas ), just like this example . The problem is that I do not kno...
asked by 13.01.2015 / 19:04
2
answers

Send e-mail with attachment sent by input

I have a PHP website with a contact form that allows you to upload a file. This file should then be sent attached in an email along with the other data. The email is not being received, even though you receive the sending confirmation message. I...
asked by 17.10.2014 / 17:22
1
answer

Uploading multiple files with Node.js

I'm trying to upload multiple files with Node.js, but I can not do the server part. I'm using ExpressJS as a framework, and if need be I can use other packages to facilitate this task. For the time being, I'm using express.bodyParser()...
asked by 16.06.2014 / 20:17
1
answer

Read Word file without losing formatting

How to read a Word file without losing its formatting? Situation: The client wants to upload a Word file and save it all into the database as text (for future searches and similar). Note: Using PHP only.     
asked by 11.04.2014 / 03:34
0
answers

Uploading images with manipulation using WideImage

Good evening! I would like to upload a maximum of 5 images and at the same time manipulate them with the WideImage library. But with the code done so far, only the upload is working. I'm using the library for the first time, so I do not have so...
asked by 12.05.2018 / 00:05
0
answers

Uploading Image in Xamarin / c #

I'm developing an application on Xamarin that I need to upload image (both Android and IOS) to a server. I looked for something on the internet and could not find it. I'm using PostAsync of HttpClient . On the server a...
asked by 17.05.2018 / 04:12
0
answers

What is this error net :: ERR_SPDY_PROTOCOL_ERROR when uploading?

I'm using Google Chrome to run some tests on an application that I'm servicing. Specifically I'm using Ajax to be able to upload a ZIP file. When I test on my machine locally, uploading occurs normally. But when I do this in production, if th...
asked by 07.03.2018 / 13:58
1
answer

How to upload secure files? [duplicate]

I want to upload files securely without worrying about the extension. I'm afraid someone will try to upload a file to my website and run it inside the server, I do not know if it's possible and more hit me with fear. How can I check if th...
asked by 05.12.2017 / 14:02