Questions tagged as 'upload'

0
answers

How to implement Upload in FrameWorks PrimeFaces?

Greeting for everyone, I was trying to implement upload in my JSF2 project, but at the click of the save button it appeared that message below at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at jav...
asked by 30.07.2015 / 12:36
0
answers

How to write the folder path in the database?

Greeting for all, I created an application that is saving the registry in the database, as shown in the figure; Thisapplicationissucceedinginsavingthetitle,dateanddescription,andisabletouploadtheimagetothefolderthatisdetermined,howeverIwa...
asked by 30.07.2015 / 13:37
0
answers

Problems sending video to ftp

I have the following class: public class CameraReceiver extends BroadcastReceiver { private Cursor cursor; private MetodosUtils metodosUtils = new MetodosUtils(); private Context context; @Override public void onReceive(f...
asked by 18.08.2015 / 15:48
0
answers

Load multi-attachements into multiple form attachments

I'm trying to create a function to upload multiple files at the same time but I think that because I'm choosing the next function does not really attach the file, but rather creates a preview. In my opinion, what's wrong with the code is:...
asked by 03.07.2015 / 17:49
1
answer

Multi attchement upload function

I'm trying to create a function to upload multiple files at the same time but even with only one I get an error. What can I be programming wrong? 'FILE DIALOG OPENS UPLOAD PANEL Private Sub Comando715_Click() Call Selectfile End Sub The fun...
asked by 03.07.2015 / 13:09
0
answers

Jquery - Loop a function

Good evening, everyone. I'm learning a little Jquery and wanted some help. I have the following code: $(document).ready(function(){ $('#btnEnviar').click(function(){ var caminho = ("/uploads/"); $("input[name='arquivo']").each(functio...
asked by 13.08.2015 / 00:05
0
answers

Form does not send POST

I'm developing an XLS for MySQL data import system. The system is practically ready. I ran a test with a xls 24kb file and successfully exported without any errors. The problem is that I was testing now with a xls file with 1MB a...
asked by 14.07.2015 / 15:58
1
answer

Get file stored in Bin in MySQL

Live! I'm having trouble getting my PDF file that was stored in a MySQL DB. Whenever I download it, I can not open it because it returns the message that may be corrupted. So I store: $docs = new Documentos(); $assunto = filter_input(IN...
asked by 08.05.2015 / 11:15
1
answer

Uploading images in the form

I have a form that needs to upload two images in the same form and that should be posted in different folders, does anyone have any tips ?? Thanks     
asked by 02.04.2015 / 15:56
1
answer

How to write image to database with JSF2

I'm having a JSF project with the DAO template using Hibernate , and I'm having a hard time understanding how to save the image in the database. I just need to know what the method would look like to save an image to a DAO cla...
asked by 07.05.2015 / 23:58