Async node module for uploading local/remote files over multipart.
Questions tagged [poster]
85 questions
3
votes
3 answers
python pip install poster gives me error --> Command "python setup.py egg_info" failed with error code 1 in C:\Users\
I am using Python 3, and am not able to --> pip install poster library
I am trying to upload a file using poster. I have tried: pip install poster or easy_install poster they both fail I get an error :
print "send:", repr(value)
…

Ghost
- 549
- 8
- 29
3
votes
1 answer
How to make a html5 video poster image transparent to see the background image while video is not playing
I am looking for a solution to get a transparent poster image for html5 video.
I have a page with a background picture over the full width of the page (e.g. 1920x600). I would like to only show the video play button in the middle of this background…

MichaGue
- 61
- 2
- 7
3
votes
3 answers
Making a WP7 HttWebRequest POST with an untrusted cert?
I'm working on a Windows Phone 7 application that makes a REST service call. The third party that hosts the web services has an invalid certificate in the current environment. When I hit the URL in Firefox, I get a warning about the cert and I am…

CACuzcatlan
- 5,407
- 8
- 41
- 59
3
votes
2 answers
Is there a poster for Qt documentation?
I'm looking for a cheet-sheet style poster (or better posters) for a whole (parts of) Qt library.
Is there such thing or something similar?

Łukasz Lew
- 48,526
- 41
- 139
- 208
3
votes
1 answer
Post an InMemoryUploadedFile from a file input field to another external server
I have an image file which is selected from an input field and posted via a form in django.
The form data and the image I want to post to another server
.
The problem seems to be, the file data in the request is an InMemoryUploadedFile type, which…

michel.iamit
- 5,788
- 9
- 55
- 74
3
votes
1 answer
Playing a video when clicking on an element of an image
I want to know if it's possible to play a video when you click on an element of an image, and play another video if you click on another element of the same image ?
For instance, imagine a picture of a room :
if I click on the area where the TV set…

0x17
- 131
- 1
- 3
- 10
3
votes
0 answers
Videojs Poster Image Does not Display - Need Poster Image to Display when Device Doesn't allow Auto Play
I have a website with a video in the header that is set to auto play when the page loads. It works great on all web browsers except for iPhone and iPad. I recently discovered that the iPhone won't allow auto play, which explains why when I open it…

user1868846
- 31
- 1
2
votes
1 answer
How can I create a multi-image collage using php?
I want to create a multi-image collage poster like this one:
Anybody know how to program it in php?

Sukanyeah Krishna
- 53
- 1
- 1
- 2
2
votes
1 answer
webservice is throwing 400 Bad request when sending certain characters in post body?
I currently have a webservice running on a server somewhere, and if i access the webservice locally i can type in anything and it takes the inputs without any problem.
However, when trying to make a http-post to the webservice from the outside with…

Jens Bergvall
- 1,617
- 2
- 24
- 54
2
votes
0 answers
How can I resize a poster image in Latex (media9 package) while keeping the original media size?
I would like to use Latex with the Media9 package to make a pdf with embedded u3d files where each has a poster image that is scalable independently of the size of the media.
I have already tried to include scaling for the poster image, but it…

MilkDuds
- 21
- 2
2
votes
1 answer
How to just display html video poster for mobile device
I currently have a HTML video within a div that auto plays for desktop browsers. I'm trying to implement a fix that DISABLES the video for mobile and only displays the video POSTER in its place. I feel like it should be a simple fix, but I can't…

mav91
- 165
- 2
- 14
2
votes
0 answers
Can I add a poster to the audio player?
I'd like to add a poster to my audio player previews just like with the video mode of the mediaelement.js player.
I've checked all the shortcodes and there doesn't seem to be anything for this. Basically all I want is a static image immediately…

user2692160
- 71
- 1
- 4
2
votes
1 answer
Plotting for conference posters (increase textsize, linewidth, ... at once)
Using pylab (matplotlib) in Python, I'd like to make plots for a scientifc conference poster. However, using a decent dpi resolution and the correct size in inches/centimetres, all elements of the plots are way too small to print big. The image will…

Kazaar
- 23
- 1
- 4
2
votes
1 answer
CSRF validation failed in Drupal
I'm using a webservice in Drupal 7. If I try to use Poster I get 'CSRF validation failed'. Before, I was connected with an administrator account.
I use the Firefox add-in Poster.
How can I fix this problem?

user3260578
- 33
- 2
- 5
2
votes
1 answer
Python: urllib2 multipart/form-data and proxies
The Objective: A script which cycles through a list of proxies and sends a post request, containing a file to a PHP page on my server, which then calculates delivery time. It's a pretty useless script, but I am using it to teach myself about…

Charles Ritchie
- 2,283
- 2
- 16
- 21