sardoj / VTModuleDesigner

Module Designer for Vtiger 6
Other
69 stars 61 forks source link

Filename holder does not upload file #105

Open guillermofr opened 9 years ago

guillermofr commented 9 years ago

I just created this new field on module designer image

But the field is empty and does not upload the file

image

When i click on it image

The File size is empty, there is no number before "MB"

On blur event, 2 loading gifs appears and do the ajax call

image

But there is no file data on ajax post

image

I dont know where is the error but , could be an error on passing variables?

image

You can see on generated template, that MAX_UPLOAD_LIMIT and MAX_UPLOAD_LIMIT_MB are 0

any idea?

guillermofr commented 9 years ago

I created new module with only that field

on create new element

image

the maximun upload limit appears on field (3MB) but does not on edit

This is the save post

image