![]() |
Sergey Kornilov admin 2/4/2013 |
If you limit the number of files to be uploaded by one - you won't be able to add and upload more than one file. |
J
|
jackolantern author 2/13/2013 |
If you limit the number of files to be uploaded by one - you won't be able to add and upload more than one file.
|
S
|
safesurf 2/15/2013 |
The problem is when user do this scenario:
|
J
|
jackolantern author 2/25/2013 |
I have same problem when a user in Edit form uploads a file. The database entry will only appear for file if save is pressed on record. I would like to remove the upload button but keep the add button. The user will then have to do a save to upload file.
|
![]() |
Sergey Kornilov admin 2/26/2013 |
You need to modify C:\Program Files\PHPRunner6.2\source\classes\controls\FileField.php file removing the following code section:
|
S
|
safesurf 2/28/2013 |
You need to modify C:\Program Files\PHPRunner6.2\source\classes\controls\FileField.php file removing the following code section:
|
J
|
jackolantern author 3/4/2013 |
The upload button is now gone. How do you disable the upload link next to filename on edit page? I think it is working ok if you select upload before save.
|