Questions tagged [uploader]

227 questions
0
votes
1 answer

How to bind to load completion of new Wordpress 3.5 Media Manager

I need to modify the output of the new Wordpress 3.5 Media Manager after it has loaded all of the items to browse in the library and gallery views but I cannot for the life of me find an event that I can bind to... Does anybody know if there is…
David O'Sullivan
  • 2,969
  • 4
  • 21
  • 24
0
votes
1 answer

Symfony 2 jquery form

I am trying to build a simple file uploader using jquery. I tested it on my server without Symfony2 and it works. I use two simple controllers: /** * @Route("/") * @Template() */ public function indexAction() { return array(); } /** * …
Micchaleq
  • 433
  • 1
  • 5
  • 21
0
votes
2 answers

Is there any linux scripts to for uploading nodejs app to myown linux server? Like appfog or heroku

Is there any linux scripts to for uploading nodejs app to myown linux server? Like appfog or heroku. I have dedicated linux server and working on linux too. I want upload my nodejs application to server and restart nodejs with one shell command. I…
Shara
  • 801
  • 3
  • 11
  • 23
0
votes
1 answer

ajax multiple images upload

I've been browsing the web trying to find a library that would allow me to do a few specific things for image upload but couldn't find exactly what I wanted and was wondering if anybody knew of such a library. I want to allow the user to: upload…
Kentor
  • 657
  • 1
  • 10
  • 27
0
votes
1 answer

CakePHP upload an image by url

I am using cakephp 2.1 and developing an application it contains more content. So I wanna use xml for uploading the content. Where in xml I am specifying url for image like this http://reelstubs.com/img/users/000da9c6dd7f9b7de04c7e17eb4d5e1e.jpg But…
Sanganabasu
  • 943
  • 7
  • 21
  • 39
0
votes
1 answer

Appending an ID to an uploaded file with Jquery Uploader

I am using the Jquery Uploader http://blueimp.github.com/jQuery-File-Upload/ to upload files to a website, it works fine, but the problem is it puts all the images in the same folder and I have no idea what is what. I have the following lines now…
Iain Simpson
  • 8,011
  • 13
  • 47
  • 66
0
votes
0 answers

multiple file upload jquery : getting errors

I am using jquery plugin "http://blueimp.github.com/jQuery-File-Upload/" for multiple file uploading. when I upload 2 or 3 files, it working fine but when i upload more than 3, sometime it is working but some time it is giving error. The error also…
aparna
  • 173
  • 1
  • 14
0
votes
3 answers

Using Dojo Uploader with AJAX on select

I want to create a Dojo Uploader button. When the user finishes selecting a file, I want to upload the file to the server immediately (don't wait for a submit click). Here's my code: