Tagged Questions
The poster tag has no wiki summary.
3
votes
3answers
458 views
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 ...
2
votes
2answers
241 views
Replace an image with a youtube video
I have an image, and I would like to make the image link to an embedded YouTube video, such that if the user clicks on the image, it starts playing in the place where the picture used to be. Any ...
2
votes
2answers
1k views
iOS 4.2.1 Mobile Safari won't show poster image
I've been working on an iPad-specific site that uses HTML5 video and though I've got video playback working, I can't for the life of me get the poster image to appear. It looks fine on Desktop ...
2
votes
2answers
204 views
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?
2
votes
1answer
817 views
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 ...
1
vote
1answer
81 views
Python poster Content-Length error
I was trying to send image with poster module. I followed the example, but it doesn't work for me
My code:
from poster.encode import multipart_encode
from poster.streaminghttp import ...
1
vote
1answer
253 views
Dynamically using the first frame as poster in HTML5 video?
I'm wondering if there's any straightforward way to achieve this effect, without needing backend code to extract a frame, save it as a jpg and database it somewhere.
An effect whereby the first frame ...
1
vote
0answers
113 views
HOW to authenticate NTLM while using poster.streaminghttp method in python
I use poster.streaminghttp method to upload large file to sharepoint server. My code is working fine for BASIC authentication. But for NTLM, it is not working. How to authenticate ntlm if i use ...
1
vote
0answers
41 views
.net mvc keybindings poster
I've been looking for some asp.net mvc keybinding posters but can only seem to find ones for VS 2010 which dont include any MVC specific things.
Is there any out there? Or what would be the easiest ...
0
votes
0answers
31 views
How to use Firefox addon “Poster” for testing web services handling file upload?
I am developing a REST web service to upload a file (text file). I want to test whether it works using Poster. Can someone tell me how do I do that? if poster cannot do it, is there any such tool ...
0
votes
1answer
195 views
Video with custom controls using HTML5 video and Javascript
I am trying to create an HTML5 video player without the default controls that will play/pause by simply clicking the video(or overlaying div). I want to hide the default controls completely. I want ...
0
votes
1answer
71 views
Program abruptly stops and throws URLERROR
from poster.encode import multipart_encode
from poster.streaminghttp import register_openers
def picscrazy(str,int):
register_openers()
datagen, headers = ...
0
votes
1answer
59 views
Using poster to send some values as text others as file
I'm attempting to use the python library poster in conjunction with urllib2 to upload a song to the soundcloud api. After having no luck, I contacted the soundcloud team and they told me the problem ...
0
votes
1answer
50 views
What is the difference between Poster post method and jquery post method?
I'm trying to do a post from a mvc3 view and it's not working correctly with my controller, but the same json works fine when I post from Poster
Here is the jquery code
var lineas = ...
0
votes
0answers
87 views
How to use authentication when uploading a file to a web server using the Python Poster module
I have been able to execute GET's and POST's using the regular python urllib/urllib2 modules.
I have also been able to user authentication, using the ...
0
votes
0answers
316 views
Android and iPhone HTML5 Video Poster Image
I'm experiencing a few problems on a jquery mobile framework site I'm developing. The issue is that the poster image (the top button here) is not visible on iPhones. Instead the user sees a black ...
0
votes
0answers
30 views
using docx or txt as poster
Is it possible to use .txt or .docx file in the poster attribute.
i.e <video src="JagjitSingh.mp4" controls poster="document.txt"> </video>
If yes,how can i do that?
0
votes
2answers
203 views
Sending image with post
I want to fill some web-form with python script and send with POST-request. The problem is that form has fileuploading. I found this: poster for python. So, I came with FireBug at website with form ...
0
votes
1answer
332 views
Html5 video poster has a delay
i'm working with html5 video and noticed that, when a video ends(firing the ended event), the last image of the video is freezed for a sec or so, before showing me the poster image.
Has html5 video ...
0
votes
1answer
427 views
Getting isMultipartContent = false while using python poster library
I'm using the python poster library to try to upload a form containing including an image to a servlet. Locally, it runs fine, but when I deploy to app engine, it doesn't recognize it as multipart ...
0
votes
0answers
55 views
A posterframe created with PHP won't work
I am using PHP to create a poster frame for the Quicktime plugin, and all I am getting is Quicktime's broken plugin icon. I am positive that the URL is correct. (a copy-paste to the URL box works) The ...