Is there any way to get a img src? the images are not in database its in the html, say for eg: in index.html I have some images & a user clicks on a image the page redirects to images.html via a onClick js function with that selected image rendering on images.html, Now to work with that image I need to pass it to my python function/script?
If it would havd been a text field it would be easy, we can get it via the NAME value,right BUT how to get a image src value In short is there any thing like self.request.get(IMG_SRC) #not from database but from the html after post (post from index.html to image.html} ? Or are there any module that is capable of getting the img src & passing it python function as an argument? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
