Because your expand_all does not recognize the wmv extension. In 
gluon/contrib/autolinks.py there is a list of supported formats:

    'mov': video,
    'mpe': video,
    'mp4': video,
    'mpg': video,
    'mpg2': video,
    'mpeg': video,
    'mpeg4': video,
    'movie': video,

try add

    'wmv': video,


On Friday, 22 November 2013 18:00:15 UTC-6, 黄祥 wrote:
>
> why it's not work when i upload a video? what can i do to run the video 
> too on the application?
> this is the result when i upload video :
>
> /av/default/download/music.filename.b6ff5edef9483f04.4c696e6775696e68612e776d76.wmv<http://www.google.com/url?q=http%3A%2F%2F127.0.0.1%3A8000%2Fav%2Fdefault%2Fdownload%2Fmusic.filename.b6ff5edef9483f04.4c696e6775696e68612e776d76.wmv&sa=D&sntz=1&usg=AFQjCNHdEVq3HElXjeZdylxltC2A_gaG9Q>
>
> thanks and best regards,
> stifan
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to