Problem:
In "Package deployment", unable to browse folders which contain specific character as "+"
Resolution:
The Web.config must be modificated to allow these characters, you must add the following lines :
<system.webServer>
<security>
<requestFiltering allowDoubleEscaping="true" />
</security>
</system.webServer>