|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Article Discussion: File Version Management in PHP
We can find many articles related to uploading viewing and downloading files. Murali\'s latest article is written on the basic concept of uploading and managing files and shows us how to create a magic with a little PHP and MySQL. Learn how to properly manage duplicate files through versioning.
Read the full article here: File Version Management in PHP |
|
#2
|
|||
|
|||
|
Support file missing
Can you attach the support file for this article please.
The link doesn't seem to work. |
|
#3
|
|||
|
|||
|
jmc,
The link has been fixed. Apologies for the inconvenience. http://www.devarticles.com/support-...supportfile.zip |
|
#4
|
|||
|
|||
|
Thank you for attaching the support file.
Much obliged. |
|
#5
|
|||
|
|||
|
postgreSQL version of same
Thank you for this helpful article. I am a newbie to PHP and found this a great way to start the learning process. I do not use MySQL so I made it work with postgreSQL.
I have attached a copy for those who are interested. URL |
|
#6
|
|||
|
|||
|
File Version Management in PHP
I involuntarily started a new thread iso a reply on this article...
![]() Here's my reply: Small mistake in the code for the function File_Size() (section 3 of 5). The number to determine if the size is MB or KB should be 1048576 iso 104876. Is correct in the division calculation... Rgds, Geert |
|
#7
|
|||
|
|||
|
Doesn't work:
Upload file -> works fine Upload exact same file -> works fine, file exists Upload samen, but edited file -> works fine, Version 1 is created Upload exact same file -> Does NOT work, version 2 is created Upload exact same file -> Does NOT work, version 3 is created Upload exact same file -> Does NOT work, version 4 is created Etc. Anyone got a fix for this? I also want to show the version number of a file. E.g. [File],[Version],[Date],[Etc.] Hoe can I make this? Thanks! |
![]() |
| Viewing: Dev Articles Community Forums > Community > Development Tutorials > Article Discussion: File Version Management in PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|