# cat=basic; type=string; label=Image upload folder: Specify the name of the image upload folder. Default is uploads/tx_srfeuserregister. uploadFolder = uploads/tx_srfeuserregister # cat=basic; type=string; label=Allowed image types: Specify the list of acceptable file extensions for the front end user images. Default is png, jpg, jpeg, gif, tif, tiff. imageTypes = png, jpg, jpeg, gif, tif, tiff # cat=basic; type=int+; label=Maximun image size: Specify the maximum size of uploaded image files, in number of KB's. Default is 500. imageMaxSize = 500