Project

General

Profile

Revision a1063f68

Added by Jocelyn Delande about 11 years ago

The one-step upload now handles as well the tiles generation and stops on generation errors if needed

View differences:

uploadReceive.php
103 103
}
104 104

  
105 105

  
106
////// STEP 3 : TILES ////////
107

  
108
// We do it in a redirection
109

  
110
if ($upload_success) {
111
  utils::relative_redirect(
112
    $panorama->get_generate_url(basename($uploaded_filepath)));
113
}
106 114
?>
107 115

  
108 116
<!DOCTYPE html>

Also available in: Unified diff