10 Posts
yadav2
8 years ago
6
Topic

Hi sebloder,

I want resume uploading process as given blow format, I have tried defaul seblod functionality to process that but its not possible, is there any extensions for that process plese let me know as soon as possible
,if user has uploaded resume with file name ABC and again try to upload same resume file with name ABC then seblod must be generate error that you have already uploaded resume with file name ABC, please upload another file...

Please help me as soon as..

thanx

Get a Book for SEBLOD
1283 Posts
Bucklash
8 years ago
2
Level 1

Hi yadav2

Seblod comes with default capability to check via ajax whether something already exists. Have you tried that?
If so what do you need that is different?

 

Seblod default way:
In your content type form, select number 3 (Required / Validation + Stage)
Select "optional" from the Required / Validation Column. A Modal Window appears.
Select "Ajax - Availablility" from the Validation Select list.
New options appear in which you select the table and column that you want to validate against.
Underneath all of that is an input box labelled "field". I have never used it but I guess it is an alternative to the method described above in which you would enter the field you want to validate against.

 

Bucklash

10 Posts
yadav2
8 years ago
1
Level 2

hi Bucklas

I have already done same process and its working only text field but its validation not working  for file uploading process(if user has uploaded resume with file name ABC and again try to upload same resume file with name ABC then seblod must be generate error that you have already uploaded resume with file name ABC, please upload another file...)
Please go through the screen shot..
http://screencast.com/t/YKo6eK6HdK
http://screencast.com/t/QyFCRLkeCG4

Please provide me any other solution as soon as possible

1283 Posts
Bucklash
8 years ago
0
Level 3

Hi Yadav2

I have not used the upload field before so can't help and probably will not be able to experiment with it this week. 

I did notice in the 2nd screenshot you had entered 'uploads' in the 'field' input field. Is that necessary?

4229 Posts
Kadministrator
8 years ago
2
Level 1

I just tested and Ajax availability won' work, problem is that in database you have something like /images/355/filename.pdf while your field has only filename.pdf as value, folders are added later.

10 Posts
yadav2
8 years ago
1
Level 2

hi klas,

 

I have alredy checked above process but still did not get any solution
I have try both way as per screen shot http://screencast.com/t/tACNe0lx (where both path are give as you told) but still did not get any solution
. Please let me know any other solution as soon as possible

4229 Posts
Kadministrator
8 years ago
0
Level 3

Hi, as I wrote, ajax does NOT work. You would need a modified plugin.

Get a Book for SEBLOD