Questions tagged [multifile-uploader]

281 questions
0
votes
1 answer

Jquery file uplaod fail showing

Hi I am using jquery file upload showing fail i have tried with diffeerent datatype but still showing fail, i can show my image uploaded but done event is not firing, fail event is firing. $('#frmsettings').fileupload({ type: 'POST', …
0
votes
1 answer

$_FILES Uploads Only First File When Parsed

Ok guys this might seem like such a newbie issue but I've got looping issues that I just can't seem to work around. I'm simply trying to upload multiple images on my first project site. When I posted this test php page up, it uploads all the files…
Jocke
  • 1
  • 2
0
votes
3 answers

Multiple file uploader - looking at Google Docs implementation

I'm looking to implement a multiple file uploader in my ASP.NET 3.5 site. Now, the Google Docs multi-file uploader is pretty awesome, and I'd like to create something like that. Correct me if I'm wrong, but Google Docs is not open source, so I…
Fiona - myaccessible.website
  • 14,481
  • 16
  • 82
  • 117
0
votes
2 answers

How to use xupload yii extension

I want to use upload multiple with xupload extension, but didn't work my code? this Configuration config.php 'aliases' => array( //If you used composer your path should be 'xupload' =>…
0
votes
0 answers

Uploading multiple file using codeigniter

I got a problem with multiple upload file using codeigniter. I've tried many method before but still no success. Here is my code. View 'form_checkbox')); ?> Inside table: …
Ae98
  • 43
  • 7
0
votes
1 answer

Flash MultiPowUploader - Triggering the Upload Button When Invisible?

I am using ElementIT's MultiPowUpload v3.3 and I have the standalone, Flash portion working. My problem is when I make the upload button invisible and need to trigger the upload via a standard form element button.
12AX7
  • 310
  • 4
  • 14
0
votes
3 answers

Multiple File Upload resets Request.Files

I'm using a asp.net file uploader control, but whem the user select the file twice, the first selecion is reseted. For example: I select 3 files, before click the Upload button, I click on "Browse" again again, and select two more. Than I click on…
user2013107
  • 265
  • 1
  • 4
  • 12
0
votes
1 answer

Upload mutliple files using FileUpload asp.net

I have been struggling with this issue for some time now. I have a web interface where I create projects, with this you should be able to upload multiple documents to the server, which is attached to the project they belong to. So far I made it work…
pancake
  • 590
  • 7
  • 24
0
votes
1 answer

How to upload multiple images and crete thumb in codeigniter and also store their name in database with other fileds

I want to upload 3 images and create thumb of them and want to store their name in databse . Any idea what to do.NOte I have read many forum and questions but none has helped me in doing both upload and store in database.Here is what i have done for…
0
votes
0 answers

Clearing DOM elements with jQuery, then recreating and rebinding various Functions

I am having a really confusing time which has wasted hours of today! I posted this earlier: Binding jquery-multifile to a dynamically loaded form Which explains part #1 of my problem. I am now having the same issue with jquery.forms So, to expand…
0
votes
1 answer

How to implement multi files upload in IE (like picasa)

Does anyone know how I can implement a multi files upload (like picasa web) supported on IE ? The well known Jquery plugin blueimp does not support multi upload in IE, so I cannot get inspiration from there... Jquery or plain javascript would be…
WKx
  • 401
  • 4
  • 15
0
votes
1 answer

ASP.net Uploadify Querystring textbox value

On referring to this post ASP.net Uploadify Querystring checkbox value, I simply tried to pass the value of a textbox control to FileUploads.aspx.cs but I am unable to get the value, neither using with POST method nor with GET.

Shankar Das
  • 117
  • 1
  • 4
  • 14
0
votes
3 answers

multi file form upload

now first thing is I've seen everywhere over the net what to do in the case that what I'm trying to do doesn't work, I've tried all of the solutions and they don't work, I'm obviously missing something. I'm uploading multiple files from a form…
Bjorn
  • 285
  • 3
  • 6
  • 19
0
votes
1 answer

Creating a multiple file upload form with CI

hope someone can help me with this. I am developing a form which allows to upload multiple files using CodeIgniter and jQuery to enable multiple file uploads using one uploadfield. But now I get the following errmsg in firebug: The character…
PimD1988
  • 307
  • 5
  • 14
0
votes
1 answer

Customize maxNumberOfFiles of jQuery File Upload

I want to allow user upload only 1 file on some pages and more than 1 file on other pages. There're place to change this number var parentWidget = ($.blueimpFP || $.blueimp).fileupload; $.widget('blueimpUI.fileupload', parentWidget, { options:…
Jin Ho
  • 3,565
  • 5
  • 23
  • 25
1 2 3
18
19