B4J Question [abmaterial] how to handle file upload?

Hanz

Active Member
Hello,

ABMUpload and ABMFileInput--these are the components used to upload files. The uploaded file/s are uploaded within the /www/ of the application. Is there a way to distribute/upload the files, images for instance, to other machines? Because, if you handling hundreds or thousands of images everyday, one machine cannot handle it in the long run and you have to distribute it to other machines in your network. So, if you have 3 machines--machine1, machine2, & machine3--your app is running at machine1, and you want to save/upload the images into these 3 machines, or plan to expand in the future, is there a way to do that like uploading this way: http://ipaddress/www/appname/uploads/?

Thanks.
 
Top