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

learn more… | top users | synonyms (2)

0
votes
0answers
4 views

Dynamically responsive post form that allows for sections to be added as required and posted without issue to multiple tables

I am creating an E-Learning system whereby users register for courses that contain different types of content such as documents, podcasts and videos. I am now at the stage of creating the New Course ...
0
votes
1answer
8 views

GWT Drag and Drop File Upload not working

So I have implemented a very simple drag and drop file upload widget. Basically my widget is a vertical panel with a couple of labels and a button inside. The user can either drag file into vertical ...
1
vote
0answers
9 views

Handle AJAX response with Remotipart

I am using Remotipart to upload images via AJAX in a Rails project. The image upload is handled by the rails controller and works fine. But the form is a multi-step form, and image upload is just the ...
0
votes
1answer
17 views

Uploading mp3 file to FTP using PHP

I'm very new to this - I'm trying to upload a file to an FTP using the following 2 classes, However it keeps failing to upload //class.FTP.php class CONSTRUCTOR INPUT: 1. server name 2. user name 3. ...
1
vote
2answers
20 views

PHP upload files check loop if all files match criteria

I have been trying to code a script to upload files only if all selected files match predefined type (pdf,doc or docx). For example if user select 3 files all of them need to match the criteria or ...
0
votes
0answers
18 views

How to attach handle to a jquery.submit()

I am trying to upload an image file along with some data to my web application. The form that supplied the data and the image is like this: <form class="form-horizontal" id="primary-form" ...
0
votes
0answers
10 views

jquery-file-upload progressbar moving backward

I have a popup modal. I need each time popup opens it will allow only 1 successful file upload. That mean if again popup opens (without refreshing the page) it will allow again a single file upload. ...
2
votes
0answers
23 views

How to upload doc and docx file with primefaces fileUpload?

I want to upload doc or docx file using primefaces fileUpload,although I specify the type of file it display Invalid file type <p:fileUpload cancelLabel="#{contenu.annuler}" ...
0
votes
0answers
7 views

SharePoint 2010 upload Office 2010 document using stream

I currently upload document to SharePoint 2010 document library using ASP FileUpload control. The process works fine for OFfice 92-2003 documents, TXT, RTF and even PDF until it meets Office 2010 ...
0
votes
0answers
17 views

play media file or open image in browser cakephp

i am using cakephp 2.x i want to play the audio and open image in a browser .... In my 'view' I have the following code which is correctly showing the filename, and displaying the download link and ...
-1
votes
4answers
28 views

Photo upload not uploading files bigger than 2MB

I have a php file upload in place in which the forms target is an iframe. It uploads files less than 2mb fine. But anything larger it will not upload. I cant see any reason behind this in the code. ...
0
votes
0answers
17 views

My uploader doesnt seem to work (CodeIgniter)

I was trying to use a uploader called MAX file upload. A controller calls a view called upload_view.php. Here are the codes for it: [Both these codes are placed in the application/views folder] ...
0
votes
2answers
12 views

Heroku django project Read-only file system

I'm deploying django project on heroku, it works fine, but in django admin, when i'm trying to upload image i got error: OSError at /admin/blocks/block/add/ [Errno 30] Read-only file system: ...
-1
votes
0answers
12 views

Upload path to server drive

I am setting up a site on a computer-turned server, and I have created two other drives, one for the database as database server, and one for a file server. The problem is, I do not know what path I ...
0
votes
0answers
5 views

Front-end drag and drop uploader for wordpress

I have to build a frontend drag and drop uploader for wordpress. In a page there will be a area of drag & drop and submit button. when visitor drops his files and click submit button will send to ...

1 2 3 4 5 666
15 30 50 per page