Le 22/11/2013 21:42, PICCORO McKAY Lenz a écrit :
> From: Fabien Bodard <gambas...@gmail.com>
>>
>> what give you :
>> myreqinput = Request.post["nameinput"]
>>
> try it now, and then.....   surprise dont work !!! arrggggg
>
>> And why are you using gb2 for webpages ??? gb3 compile on all
>> plateform even some old.
>
> sorry Fabian, was misctake from me.. i made the example inline on my
> mail client...
>
> I read documentation,
> and said to difference
> the request mus use Request.Get["inputname"] or Request.Post["inputname"]
>
> 1) documentation are very rare linked between topics, i cannot found
> that info in normal logic way!
> 2) the method dont work, also i note from 3.4.X to 3.5.1 and trunk,
> theres many commit around the topic ...
>
> that request of post values not working currently?
> there's another way to taken the values using post?
>
> urgency!!!!!!!!
>

Request[] works whatever the request type (GET or POST). I have no 
problem with that, so I guess your problem comes from something else.

Can you do the following?

- Use Gambas 3.5.1.
- Set Request.Debug to True at the very beginning of your script.
- Print Request.Contents that will print the first 4096 bytes of the 
POST request, and show me its value.

Thanks.

-- 
Benoît Minisini

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to