For a project I'm currently working on, I need to attach a file (being uploaded to the server through a webservice) to a product (through some sort of mediapicker). Is there a data type available that will allow me to browse a directory and select 1 or more files, without uploading them first in the mediasection?
That's not really what I meant. The files won't be added by me, but are being uploaded by a webservice. Therefor I want to be able to browse a directory where all the uploaded files are stored, and pick a file from there.
Folder browser ?
For a project I'm currently working on, I need to attach a file (being uploaded to the server through a webservice) to a product (through some sort of mediapicker). Is there a data type available that will allow me to browse a directory and select 1 or more files, without uploading them first in the mediasection?
Hi there
There is an "Upload" data type.
There are file upload size limitations so you may strike errors when uploading large files - the following post explains how to correct this issue.
http://our.umbraco.org/forum/developers/api-questions/17886-Maximum-request-length-exceeded
Cheers
Nigel
Hi there,
That's not really what I meant. The files won't be added by me, but are being uploaded by a webservice. Therefor I want to be able to browse a directory where all the uploaded files are stored, and pick a file from there.
Is this possible?
cheers
J
Perhaps this is something you're looking for? http://ucomponents.codeplex.com/wikipage?title=FilePicker&referringTitle=Documentation
Jeroen
Quick note, the FilePicker (in uComponents) only selects a single file - not multiple files.
Cheers, Lee.
Hi Lee,
this is indeed similar to what I am looking for. Is there by any chance a filepicker that allows me to select multiple files ?
cheers,
Jan
is working on a reply...