tags:

views:

64

answers:

2

Hi Friends,

i am displaying images from url using xml parsing,some images are displaying very well,some time i got exception like

Illegal character in path at index 113: http://www.theblacksheeponline.com/party_img/thumbspps/12390867930_15951_186997180114_709920114_4296270_6115611_n[1].jpg

How can i solve this problem,anybody know,please give some sample code for me...

Thanks All

+3  A: 

use this escape code for [ %5B and for the closing ] use %5D

Arthur Rizzo
+3  A: 
mrjohn