Forums / Developer / Need some hints on file uploading

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Need some hints on file uploading

Author Message

Lex 007

Tuesday 29 March 2005 8:56:19 am

Hi,

Here is the situation :
I have a new custom class with a "binary file" attribute, and a filepath attribute. Users are supposed to put documents on a file server, and the web server can access the file server.

I would like to run a cronjob that :
- checks if the file of the filepath exists
- deletes previous file (if it exists)
- uploads the new file
- and publishes the new object.

Could anyone give me some hints on how file uploading works in Exponential 3.5.1 ? Do you think my cronjob project is doable ?

Thanks in advance !

Lex