File upload is the process of sending files to your web server using standard forms.

learn more… | top users | synonyms (3)

0
votes
0answers
13 views

How to change a filename when uploading with blueimp jQuery-File-Upload?

Here is my problem. I am trying to create a programmatic way (without the customer to input anything) for a customer to fill some web forms. For this, I have created a custom browser (which will be ...
0
votes
2answers
30 views

Confused about Django file upload locations

When working with manual file uploads, do I need to place the file in the final location before saving it to the model? Or, does the model move the file at some point? If I do need to place it myself, ...
0
votes
0answers
16 views

Upload images via CSV data onto server

We have a site where users can add listings and they can optionally add images to these listings. Now we are working on a Excel bulk lister which spits out a formatted CSV file. However we're ...
0
votes
1answer
28 views

Bind Change Event to input type file and have it fire every time a file is selected IE 8

I have a input element of type file. I am binding a change event to the element on document.ready to perform a function once a file is selected. This works quite well in IE 9+ and Chrome. However, I ...
0
votes
1answer
12 views

Keeping users uploaded documents private

I believe this question is platform/technology independent, however I am using Ruby on Rails with the carrierwave gem. Users upload documents to my site, and I need to keep them private. I am ...
0
votes
0answers
4 views

Drag and drop file upload strange behaviour

I'm using Primefaces 3.5 and I have ran into a pretty disturbing problem. The component looks like this in the xhtml: <p:tab id="installApp" title="Install application"> <h:form ...
-1
votes
0answers
15 views

Jquery File Upload (blueimp/jQuery-File-Upload) - ASP.NET MVC - How to Cancel Upload Async

I created this in my github repository where I have the code of JqueryFileUploadblueimp implemented with ASP.NET MVC. Need some help about it, because I would like to know how can I cancel an UPLOAD ...
0
votes
1answer
17 views

No file is uploaded when I try to upload a photo in MVC4

In fact, I'm new in MVC and I've started to make a news page. In this page title, body and its photo route of news are stored in the DB, but photos will be saved in a server folder. So I've created a ...
0
votes
1answer
20 views

adding upload file interface to my solr browser

I am new to solr 4.0. I already made a custom browser site. 1)I want to add an upload file interface to it, so clients can upload their own files from home. 2)After a file is being uploaded i want ...
0
votes
0answers
10 views

ASHX file could not create type - running as Application in ISS Express

I have been trying to get a demo of jQuery File Upload working and have been faced with an error for the last couple of hours that I just can't shake. The "could not create type 'namesapce.myHandler'" ...
0
votes
0answers
7 views

Uploading files in iframe throws jquery Array is undefined

I'm using blueimp.jquery.file-upload plugin to upload files. I have one html page and I load this page in iframe to upload files. When upload is done in (jquery.fileupload-ui.js file code line done: ...
0
votes
1answer
13 views

Validation to restrict user form uploading heavy files

Hi I am using this code to restrict user from uploading the heavy files above 5mb. But this is only working for first file filed not for the rest of file fileds. var n=1; $(document).ready(function() ...
0
votes
0answers
8 views

Cannot send a content-body with this verb-type (ProtocolViolationExeption) when image upload to ftp server

Cannot send a content-body with this verb-type (ProtocolViolationExeption) when image upload to ftp server.Code is attaching with this. private void UploadAlbumImageToFtpServer(string ...
0
votes
0answers
9 views

Integrating BluImp file Upload in ASP.NET MVC4 view with other input controls

I am using bluimp fileupload in one of my View to enable file uploading. I have created a partial view where in I have placed all the html part of bluimp fileupload. I have a custom handler ...
0
votes
1answer
22 views

Upload image file, load it for cropping in jquery modal dialog and save cropped image, ASP.NET MVC, C#, JQuery

I am developing an application where user can upload his avatar/profile photo. I want to allow the user to crop the image by uploading the image on jquery dialog. After cropping the user can save the ...
1
vote
1answer
16 views

what listeners are called when a file is selected from a file chooser in javascript

I'm working on creating an upload button for my website but I'm unable to trigger events based on when the file is selected for the upload. I was under the impression that the .submit function did ...
1
vote
1answer
46 views

2 file upload controllers

I have 2 file upload controller I have problem when both of them have files one hasFile value equal true and other equal false can someone help me. if (fuPDFDoc.HasFile) { String fileName = ...
0
votes
1answer
28 views

ajax file cannot upload file in php email form

I have problem with the ajax file. The ajax file does not work with the php form. when I run the code it displays an error file_get_content error, file name empty. The php code is working properly. ...
1
vote
1answer
46 views

Add Password to a File on Upload or other solution

I don't think this is possible, but want to see if larger brains than mine can come up with an idea. I'm managing a site that allows companies with member users to upload docs that have their ...
0
votes
0answers
16 views

clamdscan can't read from tmp directory

I was wondering what's wrong with my code, if I use clamscan, it works fine both reading from /tmp, or manually specified the path. but if I use clamdscan, any path from /tmp will result in error (the ...
0
votes
0answers
28 views

Changing Max Upload Size php

I am trying to change the max upload size on my server to allow larger files to be uploaded. I have gone into the php.ini file, and have changed the following settings: upload_max_filesize = 20M ...
0
votes
1answer
15 views

PHP: Get file sent from DefaultHTTPClient Android

I send a file via HTTPPost in android: DefaultHttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new HttpPost(url); InputStreamEntity reqEntity = new ...
0
votes
0answers
11 views

Safari Extension popover file input upload

I have a toolbar item that opens a popover in my Safari extension. In the popover, the user can interact with the extension's settings. Also in the popover, there's a file upload input field: ...
0
votes
2answers
36 views

Open file dialog and submit image by clicking an image

I'm trying to upload an image by clicking on an existing image in a certain element. So the user will click on an image, the file upload dialog will show, and when the user selects an image from the ...
0
votes
0answers
18 views

<input multiple \> file upload not working in SharePoint 2007 [migrated]

I am working with some code in SharePoint 2007 where a file upload control is built on a page with an HTML input element. The original intent was to upload a single file. That worked fine. Now, I ...
1
vote
1answer
45 views

Server Error in '/' Application [duplicate]

This is the error Access to the path D:\INETPUB\VHOSTS\gssoftware.in\httpdocs\UserFolders\software developer\Business Process Flow.docx is denied. The error line is ...
0
votes
1answer
35 views

multiple image resizes at once in Codeigniter

I'm trying to upload a image and resize it, and make a smaller copy of it. But it won't do the second resize. But it returns 'TRUE'. I found more questions about it, but they did not do the trick, ...
1
vote
2answers
33 views

Pass FileUpload.PostedFile as parameter (sever side method)

I'm quite new to the asp.net world, so I would appreciate any help or different solutions. Does anybody know of a way to pass the PostedFile (HttpPostedFile) of a FileUpload via javascript/jquery to ...
0
votes
0answers
21 views

how combine fileUpload with other fields in the same form

I have the following code : <h:form enctype="multipart/form-data"> <p:fileUpload id="scriptUpload" widgetVar="importDevicesWidget" ...
0
votes
0answers
5 views

Jquery Ajax with callback - Timer based Multi-File upload

I have a file upload form where i can drag and drop multiple files in one go and upload them. What i want to achieve is Add a configurable time interval which the file upload has to wait for before ...
0
votes
0answers
18 views

Making an iOS file input go directly to the camera app?

Background: iOS 6.1, at the time of writing, doesn't allow both multiple file selection and taking a photo in a single input. Since my main app already has a multiple input picker for choosing files, ...
0
votes
1answer
22 views

How to handle form data in an http requests in nodejs

I am writing a code to let the client upload two files on the server. Since I used the director router, I have set a listener like this: request.chunks = []; request.on('data', function (chunk) { ...
0
votes
0answers
9 views

How to get File object in Struts Action from Jsp

We need a help in File upload. I have a requirement in which i want to upload multiple photos. I am thinking to send HTML File tag aobject to struts action without using Form-Bean. In form-bean i have ...
0
votes
1answer
12 views

clamav cl_scanfile takes a long time to finish

How to optimize clamav cl_scanfile so it is faster? On average It takes about 15-20 seconds for scanning the file. Thus if in one form I have 2 upload field, it will take almost 40 seconds or more, ...
1
vote
0answers
24 views

Defining file names when using move_uploaded_file syntax using concatenated variables (failing) (PHP) [closed]

I am using PHP to allow users to upload multiple files from a web page. The file is uploaded to a temporary location, and then moved using the following code: ...
0
votes
1answer
19 views

How do I numerically rename files in Plupload before they're uploaded?

I am using the Plupload jQuery UI widget as a basis for my uploader. The widget allows the user to drag reorder the added files. Upload is begun automatically upon the submission of a form, not ...
0
votes
0answers
19 views

Unable to see files uploaded into my servers /tmp folder but able to process them.

I have a simple form that allows users to upload forms into the server using the POST method. I am able to process this file and store it into an array using the following command : if (($handle = ...
0
votes
0answers
21 views

Flajaxian File Upload control not uploading files in FireFox

Currently I have developed a website in asp.net using vb.net I needed to upload multiple files at once, So I used Flajaxian File Upload Control to do my job. It works great in any version of Internet ...
0
votes
0answers
18 views

connection reset issue with jquery submit() function

I am uploading a big file (20 to 30 mb) with a form and the following jquery call: $('#upload_form').submit(); The code works perfectly with small files. However, then the uploaded gets to 20 to 30 ...
0
votes
1answer
20 views

Can't open files generated by PHP app on windows

I'm having a problem when I try to open files that were generated by my CMS on my windows machine. It has an upload function that saves the file on a given location (it is on my user folder, where I'm ...
0
votes
1answer
30 views

MySQL `Load Data Infile Local` fails for .csv unless I open and save the file first. How can I avoid this step?

I generate .csv files using a python script by writing a pandas DataFrame to_csv, using utf8 encoding. consEx.to_csv(os.path.join(base_dir, "Database/Tables/Consumption ...
0
votes
1answer
20 views

FineUploader: can I use addFiles() from the JQuery wrapper?

I'd like to add a second upload button that exclusively invokes the camera on an iOS device. Per the recent blog post I understand this can be done using the addFiles() method. However my project is ...
-1
votes
0answers
26 views

Jquery fileupload blueimp, how to get the path

I'm new with Jquery file upload (blueimp) and I only need it to get the file path. any one have any suggestion how to do it? $('#txtFontUpload').fileupload();
0
votes
1answer
32 views

Configuring a FineUpload instance

I have the following basic setup for an uploader: <script type="text/javascript"> $(document).ready(function () { var uploader = new qq.FineUploader({ element: ...
-3
votes
1answer
52 views

File type validation fails in php upload process [closed]

For any reason the following code determinates that the file type is not valid although it is. For example, if I'm trying to upload a pdf file the script decides for any strange reason that what I'm ...
-1
votes
0answers
20 views

Uploaded Video Files Won't Play

I created a form where users may upload a video (.mp4). The problem is that after the file is uploaded and the URL is generated, the file will not play. If I point my browser to the URL, it downloads ...
0
votes
0answers
43 views

Dynamically upload files from multiple file uploads

I'm totally a newbie in JQuery, and I was working on a Multiple FileUploader when I came to the situation that I needed to get the FileUpload items to iterate through and upload their files one by ...
0
votes
2answers
46 views

sending serialization file via sockets in java

System.out.println("Java is awesome!"); Pardon my enthusiasm; I just can't believe how powerful Java is, what with its ability to not only save objects (and load them), but also with its main ...
0
votes
1answer
22 views

p:fileUpload not working inside p:dialog

I'm getting wrong or what, the same code for p:fileUpload works fine, but when I put p:fileUpload into p:dialog, it is not working. <p:dialog id="confirmDialog" appendToBody="true" ...
4
votes
1answer
40 views

detect upload window close jquery

How to fire an event as the windows for file uploading is closed in any of this case - some file selected, different file selected(from the previously selected one ), the window just was closed. this ...

1 2 3 4 5 189