Questions tagged as 'file-upload'

0
answers

File recording from stream-webcam

I have a question regarding my stream code with getusermedia. I want to send to my Node.js server a recording of my webcam. My form receives a video that I can upload, but it would have a second function - record a webcam video and send it...
asked by 21.09.2016 / 21:26
1
answer

IIS Error 401 when sending image to iis directory with php

I'm having a problem with uploading images. I have a php script that sends an image to a folder on iis as it is used by asp scripts. but every time I do this send and try to open the image in the browser is returned error 401. if sent by script...
asked by 28.10.2016 / 00:37
0
answers

Load progress bar according to C #

How to make the progress bar load as the excel file import is in progress? My code so far: ASPX: <asp:FileUpload ID="FileUpload" runat="server" Style="margin-top: 4px" /><br /> <div id="progressbar" style="width:550px;...
asked by 19.08.2016 / 17:01
0
answers

remove details preview of krajee avatar upload?

I'm using the jquery krajee plugin to upload images, however I have a problem. I can not remove the zoom button from the image after uploading Thisistheconfigurationscriptcode:<!--jQuery--><scriptsrc="<?php echo base_url();?>a...
asked by 08.07.2016 / 16:40
0
answers

Upload with AJAX, do not go with files with more than 2 megabytes

I have a UPLOAD code of images with AJAX: $.ajax({url:"php/upload.php", type:"POST", data:new FormData(this), contentType:false,cache:true,processData:false,success: function(resposta){ It only works with images up to 2 megs, more than that...
asked by 27.06.2016 / 16:49
1
answer

Write FileUpload Path within an ASP.NET UpdatePanel

Expensive, The question of my doubt is quite simple. How do I save the path of my FileUpload file to some control or ViewState, with that FileUpload being inside an UpdatePanel? I am actually using the AsyncFileUpload AJAX control, since a...
asked by 16.05.2016 / 20:18
1
answer

How to catch parameter in form with enctype="multipart / form-data"?

I'm having trouble catching the parameters of an HTML form with enctype="multipart / form-data", I can upload an image through the form, but I can not capture text typed in the form. The form looks like this: <form method="post" action="...
asked by 05.04.2016 / 22:58
1
answer

Creating Schedule to transfer CSV files from WinSCP to an FTP [closed]

I need to transfer CSV extension files that are in a folder on my Linux server (accessible via WinSCP via Windows) to an FTP. For this, it is necessary to create a schedule that makes this transfer daily. I found this that involves creating...
asked by 07.05.2015 / 19:40
0
answers

Error request does not contain multipart / form-data or multipart / mixed stream

I'm trying to save the image to disk but it's giving me this error. mai 18, 2015 12:03:56 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute ADVERTÊNCIA: javax.servlet.ServletException: org.apache.tomcat.util.http.fileupload.FileUpload...
asked by 18.05.2015 / 17:21
0
answers

Change method to insert image - JSF

How do I change the method to be able to insert the image? public Produto gravarImagem(Produto produto) { Session sessao = HibernateUtil.getSessionFactory().openSession(); Produto produtos = null; try { Query inseri_ima...
asked by 20.05.2015 / 19:42