Hi,

I am working on asp.net web application (VB) where the user uploads his images in the web server and then he can retrieve those images by using gridview with paging.
Everytime as the user uploads new images, the code should create new folder.

For e.g:

UserName FolderName Images
A A (new) 1/2/3/4/5
B B (new) 1/2/3/4/5
C C (new) 1/2/3/4/5
D D (new) 1/2/3/4/5

If anybody knows the coding or resources will be highly greatful.

Thanks in advance.

Regards,

Lancy

I think you are giving wrong path,
if you given extra '/' after your folder name, it will create another folder.
So check it first..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.