Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

uploading file name validation.

Former Member
0 Kudos

Hi,

I am uploading excel file from presentation server.

user can select any file from his PC. but i want to allow

only particular file name to further process.

any one help me how to solve this problem.

kathir.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Use the event AT SELECTION-SCREEN in order to check the name of selected file.

Max

2 REPLIES 2

Former Member
0 Kudos

Hi

Use the event AT SELECTION-SCREEN in order to check the name of selected file.

Max

0 Kudos

Hi Max,

My problem is , file name is not constant name, it will vary depends upon the date.

for example XXNN_SALESORDERS_DDMMYYY.

XXNN is the sales organization and DDMMYYYY is the upload date.

kathir.