dpd-fileupload
dpd-fileupload copied to clipboard
better and cleaner way to get the upload directory path
I don't like this:
fullDirectory: __dirname + "/../../public/" + (this.config.directory || 'upload') + "/"
Can we find a better way?