Getting the _session_id from SWFUpload


Category:
Scripts
Ruby
Requirements:
Seller:
Price:
-
System:
Rating:
4.5
License:

Description - Getting the _session_id from SWFUpload



It appears that Ruby`s CGI::Session class will not use the _session_id in the query String when the Request is a POST.Normally, a POST-type request occurs when a form is submitted to the server (e.g. a Rails application). In this scenario, there is an easy workaround since we can send the _session_id as a hidden field.With Flash 8, however, there is no way to add a `hidden field` to the multi-part form data, thus Rails will FAIL to recognize the _session_id in the query string portion of our request.



More in Ruby-Getting the _session_id from SWFUpload

Rails String Query String Form Data Thus