Questions tagged [uploader]
227 questions
2
votes
1 answer
Google drive API for upload not working at all
I've read a lot of other people with half of this problem, and tried their solutions, but I can't get anywhere with it.
I first ran the example tutorials from google here:
https://campus.codeschool.com/courses/discover-drive/
Then I ran the…

morrows_end
- 317
- 3
- 10
2
votes
1 answer
Programmatically submitting a form while using AjaxForm
I wanted to find a way to upload a single file*, in the background, have it start automatically after file selection, and not require a flash uploader, so I am trying to use two great mechanisms (jQuery.Form and JQuery MultiFile) together. I haven't…

Alan M.
- 1,309
- 2
- 19
- 29
2
votes
2 answers
Multiple files uploader that integrates well with existing form
I know this question might be too generic, but after spending whole day with it I'm pretty lost on this one.
Anyone knows of uploader plugin, that would integrate easily with existing form?
All the uploader plugins I tried - jQuery File Upload,…

user1049961
- 2,656
- 9
- 37
- 69
2
votes
0 answers
Media Popup filter results by custom media Category
i'm using the wp.media for Media Uploader Popup
http://mikejolley.com/2012/12/using-the-new-wordpress-3-5-media-uploader-in-plugins/
I created a new category called 'media-category' for the Media Library, i would like to filter the results by this…

s7a8m
- 51
- 2
2
votes
1 answer
dojox/form/Uploader additional parameters
I would like to use dojox/form/Uploader and post some additional data to upload url.
I tried to use submit() method to submit the form in which upload lays, I set uploader uploadOnSelect: false but was not able to catch the file choose event to…

user3291713
- 48
- 7
2
votes
2 answers
Display images sizes in Wordpress Media Uploader (3.5)
This is the javascript I am using:
media.frame = wp.media({
title: "Choose Image",
button: {
text: "Pick Image"
},
multiple: false
});
Everything is fine but I can't seem to find a way to display…

Zhivko
- 550
- 4
- 16
2
votes
2 answers
Using a predefined account for YouTube upload widget
I want to build in a YouTube Upload Widget in my Website. The Widget itself works, but every user has to login with his own account. That's not what I want. I want the user to login as a user which already exists, so the videos were uploaded direct…

Brotzka
- 2,959
- 4
- 35
- 56
2
votes
0 answers
Tiny FTP client with pre-configured settings? - a simple file uploader?
I am looking to have users upload files to an FTP server using a "pre-configured" FTP client. By that I mean; the FTP client's connection settings have already been set in the client they have downloaded. Ideally users should be able just to drag…

Graeme Forrest
- 21
- 2
2
votes
2 answers
WP Media Library/Uploader dont returns dynamic HTML/DOM
the sample is from Display Media Uploader in Own Plugin on Wordpress 3.5: