Upload tree problem

Topics: Developer Forum
Apr 19, 2012 at 11:58 AM

In a popup window for selecting files from upload folder, I have structure like this

Root
  |
  --> Upload
  |
  --> Root
        |
        --> Upload

I am using N2 built from GitHub on March 21st. Installation I am using contains two sites under one N2 tree.

 

Coordinator
Apr 22, 2012 at 1:43 PM

I can't seem to reproduce this. Any other clues?

May 4, 2012 at 12:14 PM

Sites are defined as following

	<sites>
		<add id="29" name="B2B" wildcards="true">
			<settings>
				<clear />
			</settings>
			<uploadFolders>
				<clear />
			</uploadFolders>
		</add>	
		<add id="50" name="Retail" wildcards="true">
			<settings>
				<clear />
			</settings>
			<uploadFolders>
				<clear />
			</uploadFolders>
		</add>		
	</sites>

Coordinator
May 6, 2012 at 9:55 PM

Clearing config should be necessary in this case but shouldn't hurt either.

I did some changes to the upload functionality while adding support for permissions. It would be interesting to hear how these affects this problem.