From my below code i am able to upload images with spaces and capitalizing subsequent words, but if i try to view such images into my view page then its not visible. I am getting error like `The URI you submitted has disallowed characters.`
I am displaying images like `<?php echo base_url(). `
So how can i fix this error, to allow img tag to read image name with spaces and capitalizing subsequent words.
[/code]