Questions tagged [uploader]

227 questions
0
votes
2 answers

is it possible to pass data from an uploader (file input tag) to another one?

Is it possible to pass all data from an uploader (file input tag) to another one? in javascript or jquery. What I want to do is to load a file in one uploader and pass it to another one
Marky68
  • 95
  • 1
  • 8
0
votes
2 answers

unload() CakePHP Uploader Plugin does not seem to work

I'm using CakePHP 2.1.1 and Miles Johnson's Uploader Plugin v 3.5. It's working pretty sweet although I think I have a problem when trying to unload the FileValidation behavior. I have set up both the behaviors Uploader.Attachment and…
Bart Gloudemans
  • 1,201
  • 12
  • 27
0
votes
1 answer

Cannot Upload Video in SwfUpload flash uploader in PHP

Cannot Upload Video in SwfUpload flash uploader in PHP. I try script as the following already and not working : $('#swfupload-control').swfupload({ upload_url: "swf/upload-file.php?fname="+ escape($("#cbocateid").val()), file_post_name:…
Jam Dvia
  • 27
  • 1
  • 9
-1
votes
1 answer

Angular to Django, passing multiple parameters in a service call

I have some working code on Django, where i created a simple file uploader with a date picker that is passed through a view and then uploaded onto a database using a standalone python class that utilise sqlalchemy. However, I have been working on…
LearnerCode
  • 159
  • 4
  • 17
-1
votes
1 answer

Php Uploader cannot be uploaded on xampp

I have just started to code in PHP and i have a problem with the code of the uploader: I use xampp and when I upload the file the result is File uploaded in C:xampp\htdocs\myfile.php but the file does not exist. Code Snippet below:
-1
votes
1 answer

How to install ckeditor uploader

How to install ckeditor uploader ? uploader like this image
-1
votes
1 answer

Why Google browser to upload pictures use WebUploader reaction is very slow

Google is very slow,but I use other browsers, such as Firefox, IE and so on, are not the problem. Even after I broke the net, the picture was still very quick. WebUploader version is 0.1.5,Google's version is 54.0.2840.71 m.
Li.Zhu
  • 9
-1
votes
1 answer

Symfony3 file uploader

Welcome, I'm a little newbie in symfony but I wanna create website with upload file. I found good bundle https://github.com/SymfonyContrib/FileFieldBundle but when I try add it by composer then it's not possible becouse lastest correct Symfony…
user3633178
  • 61
  • 1
  • 12
-1
votes
1 answer

JQuery File Uploader = error 405 IIS8.5

I have a frustratingly annoying issue which I can't resolve and have checked LOTS of forum posts (including lots from stack overflow), and CANNOT find the resolution to the dreaded 405 error. I'm using the JQuery plugin -…
Hyperjase
  • 127
  • 2
  • 21
-1
votes
1 answer

adding uploader to php script

Regarding this ...... question but......... still learning :3 so i have a php file lets say called x.php and all working i would like to add uploader so people can upload txt files ....... but i dnt want to have another file which is…
-1
votes
1 answer

Add progress bar to uploader

I have a built a php uploader. I want to improve it by adding a progress bar. How do I add a progress bar? (obviously not in php because php is server side). What language do I need to use and how do I use it?
mcfish
  • 102
  • 1
  • 10
-1
votes
2 answers

Form field value being sent to PHP using jQuery not working as expected

I am using the jQuery uploader to upload images to my website, it also adds the name of the photo to the MySQL database. The photo name is being added just fine, and I have had a go at adapting some code to add a field called equipmentID to the…
Iain Simpson
  • 8,011
  • 13
  • 47
  • 66
-1
votes
2 answers

Pure html uploader

is there any script in html to upload files it should be only 1 html file (can include js , etc) but should be 1 file .html NO php and the path where the file is uploaded (if possible)
-2
votes
2 answers

Errors using dojo uploader to a servlet

I'm trying to upload a file and send it to a java servlet using post method. My dojo is 1.8. Just started working with javascript and still have tons to learn. Please correct me if you can. So i have a couple of undefined attributes: label,…
user3655096
  • 57
  • 1
  • 2
  • 8
-2
votes
1 answer

ASP.Net File upload to FTP server

I want to create a file uploader. User chooses file using website, and the main problem is I have to save that file to ftp server which is another computer... Any suggestions? Any help would be great.
user2163530
  • 105
  • 1
  • 1
  • 6
1 2 3
15
16