简体   繁体   中英

I want to fetch file and image in php code from javascript code

jwplayer("vplayer").setup({
sources: [{file:"server-url",label:"480p"}],
image: "server.com/img.jpg",
width: "100%", 
height: "100%",
stretching: "uniform",
duration: "5931",
preload: 'auto',
androidhls: "true",
hlshtml: "true",
primary: "html5",
startparam: "start"

I think you can't able to assign directly to the php variable. what i have done i my project get the javascript variable value and create a hidden input like( <input input ="file" class="file" name ="file" value="" > ) and using $(".file").val(image); this i get the value.else u need to send those value to another page using ajax

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM