Sébastien Gicquel

less info
326 reputation
211
bio website reflexion-graphic.com
location Nantes
age
visits member for 11 months
seen 11 hours ago
stats profile views 24

May
6
comment Check if the result is an Undefined variable after sql query
So simple, thank you for your help.
May
6
accepted Check if the result is an Undefined variable after sql query
May
3
asked Check if the result is an Undefined variable after sql query
Apr
24
revised How to make in Javascript full screen windows (stretching all over the screen)
added 169 characters in body
Apr
7
awarded  Notable Question
Mar
18
awarded  Popular Question
Mar
12
comment Having issue reading HTTP response code for a stream (works with normal url)
Thank, your answer helps me. So, in order to use your solution, i had to activate "allow_url_fopen". After that, i have an error "failed to open stream: Connection timed out". So i guess now the issue is related to the time it takes to get the response code. What i don't understand, if i try to open stream url, the connection works and it is fast, but if i try to get the response code, it is very slow and there is a time out.
Mar
12
revised Having issue reading HTTP response code for a stream (works with normal url)
deleted 2 characters in body
Mar
12
asked Having issue reading HTTP response code for a stream (works with normal url)
Mar
11
accepted How to detect if a icecast / shoutcast stream exists or not?
Mar
11
comment How to detect if a icecast / shoutcast stream exists or not?
Thanks, you're right. Do you know why it takes a very long time to check if my streams exist, but if i check a url like "stackoverflow.com";, the check is very quick. Is it a server issue ?
Mar
11
asked How to detect if a icecast / shoutcast stream exists or not?
Mar
8
awarded  Constituent
Mar
6
awarded  Caucus
Feb
24
accepted Internet Explorer Developer Center error : HTML1405 : Invalid character: U+0000 NULL. Null characters should not be used
Feb
20
accepted Cannot post a particuliar data with jQuery Form Plugin ajaxForm
Feb
20
comment Cannot post a particuliar data with jQuery Form Plugin ajaxForm
Thanks a lot, it works ! I've spent a couple of hours on this and finally it was a logical issue
Feb
20
comment Cannot post a particuliar data with jQuery Form Plugin ajaxForm
Thanks, It's exactly what i've done : file_name = encodeURIComponent(file.name); $('input#file_name').val(file_name); It shows that the issue is related to ajaxForm because in this case there is no problem with file.name
Feb
19
comment Cannot post a particuliar data with jQuery Form Plugin ajaxForm
@dikirill Thanx, i also think the issue is related to ajaxForm. I've triple checked and the data i try to send exists.
Feb
19
comment Cannot post a particuliar data with jQuery Form Plugin ajaxForm
@MartinBarker Thanks for the advice. I'll try Malsups Ajax Form upload options. I was using plupload because i've tried several plugin and this one was easy to use and it is provided with all the php files.