Posted by Peter
2013-10-21

Is it possible to add fileupload under the addnew/edit template? so i can uploade for each address?
Posted by Tom
2013-10-21

Hi, if you mean it is possible by just adding a file upload input box to the template, no, it's not enough. You need to write back end code to process incoming files. There is an example implementation of file upload in Fade-In Slideshow. The implementation is very specific to the application and so it may not suite for other types of applications.