Hi,
Everything is working great except for one really annoying issue.
When an file is uploaded from the link upload dialogue it is placed in the /Uploads/ folder and not the /Uploads/File/ folder. The file browser only looks in the /Uploads/File/ folder so it doesn't see the files.
I am using the asp.net connector and have set the UserFilesPath variable correctly. It works for images but not files.
Any help is appreciated.
Everything is working great except for one really annoying issue.
When an file is uploaded from the link upload dialogue it is placed in the /Uploads/ folder and not the /Uploads/File/ folder. The file browser only looks in the /Uploads/File/ folder so it doesn't see the files.
I am using the asp.net connector and have set the UserFilesPath variable correctly. It works for images but not files.
Any help is appreciated.
Re: Link Upload
Image are uploaded to Images/ if uploaded to display in the content.
Both images and pdf are uploaded to my upload folder root when uploaded as a link.
Anyone with a solution..?