: Handling with large amount of data is common now. Employing extendible array to deal with increasing data is really effective. But in the conventional extendible arrays all of the operations such as extension and reduction can only occur to the surroundings of the array. This property limits the application of extendible arrays. So we proposed our flexibly resizable multidimensional arrays which can be inserted or deleted even in the midst of the array. In this paper we will propose a sharing scheme of resizable multidimensional arrays in a distributed environment which means the sharing of server side array by clients. Keyword: Multidimensional arrays, Extendible arrays, Bitmap.